aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
Commit message (Collapse)AuthorAgeFilesLines
...
* Move pwgen() wrapper into pwg(1df)Tom Ryder2016-12-191-1/+1
|
* Remove diff()/rcsdiff() function wrappersTom Ryder2016-12-191-2/+0
| | | | | More trouble than they're worth, and looking at my shell history it looks like I type out the -u all the time anyway
* Remove lhn()Tom Ryder2016-12-191-2/+0
| | | | Not portable, and I never use it anyway
* Move ksh.sh shim into ksh subdirTom Ryder2016-12-171-3/+2
| | | | | So it doesn't get installed on systems where I don't use ksh, since it's mostly not needed
* Color Zsh prompt distinctivelyTom Ryder2016-12-171-0/+2
|
* Mention different ksh prompt colorTom Ryder2016-12-171-0/+3
|
* Rename all pdksh stuff to kshTom Ryder2016-12-171-7/+5
| | | | As part of a foray into more active use of ksh and derivatives.
* Add ad()Tom Ryder2016-12-131-0/+3
|
* Add strik(6df)Tom Ryder2016-12-121-0/+1
|
* Add clog(1df)Tom Ryder2016-12-091-0/+1
|
* Add missing full stop to READMETom Ryder2016-12-091-1/+1
|
* Add chc(1df)Tom Ryder2016-12-091-0/+1
|
* Add uts(1df)Tom Ryder2016-12-091-0/+2
|
* Add sec(1df)Tom Ryder2016-12-071-0/+1
| | | | Might extend this later to do stuff like 1w3d2m0s
* Add loc(1df)Tom Ryder2016-12-071-0/+1
|
* Switch to correct plural of "index"Tom Ryder2016-12-051-1/+1
|
* Add gwp(1)Tom Ryder2016-12-041-0/+1
|
* Split ~/.shrc off stub ~/.shinit fileTom Ryder2016-12-031-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | NetBSD sh(1) and possible others don't tolerate a `return` short-circuit for ENV, which means that because that implementation also sources ENV if set regardless of whether the shell is interactive or not, all of the interactive stuff in ~/.shrc and ~/.shrc.d gets uselessly sourced and loaded up for non-interactive invocations of sh(1). To work around this, I've set ENV to be a new ~/.shinit file instead, which sources the ~/.shrc file only if the shell is interactive. ~/.shinit is the filename suggested in the man page for NetBSD sh(1) and Debian dash(1) as well. NetBSD's documented behaviour seems to be contrary to POSIX 2003: > ENV: This variable, when and only when an interactive shell is > invoked, shall be subjected to parameter expansion (see Parameter > Expansion ) by the shell, and the resulting value shall be used as a > pathname of a file containing shell commands to execute in the > current environment. No matter; this works fine, and makes non-interactive invocations of sh(1) on NetBSD much faster.
* Add csmw(1df)Tom Ryder2016-12-011-0/+2
|
* Fix prompt example for accuracyTom Ryder2016-11-301-1/+1
|
* Some more detail about SHLVLTom Ryder2016-11-301-1/+4
|
* Add > signs to show shell indentation levelTom Ryder2016-11-301-4/+5
| | | | | This needs extension to handle tmux sessions; it should be something like SHLVL - TMUX_SHLVL, which I'm not quite sure how to implement yet.
* Add finc(1df)Tom Ryder2016-11-251-0/+2
|
* Add ddup(1df)Tom Ryder2016-11-201-0/+1
|
* Add aesth(6)Tom Ryder2016-11-181-0/+2
|
* Add sqs(1df)Tom Ryder2016-11-161-0/+1
| | | | And a relevant issue
* Add -p to the command path search for shb(1df)Tom Ryder2016-10-201-1/+2
|
* Add ap(1df) and bp(1df)Tom Ryder2016-10-141-0/+3
|
* Add mex(1df)Tom Ryder2016-09-201-0/+1
|
* Add slow(1df) and supp(1df)Tom Ryder2016-09-091-1/+3
|
* Add rot13(6df)Tom Ryder2016-09-091-0/+1
|
* Further refinements/extensions to Git completionTom Ryder2016-09-091-1/+1
|
* Improve Git Bash completion a lotTom Ryder2016-09-091-1/+1
| | | | Completes Git subcommands, branch/tag names, and addable files
* Generalise mean,med,mode,tot(1df) to numbersTom Ryder2016-09-081-1/+1
| | | | Not just integers
* Add text-filename heuristic completionTom Ryder2016-09-081-0/+5
| | | | | | Filesystem type and filename extension-based to keep things quick and simple and not forking out to other tools. We'll see how well this works, but so far I really like it.
* Add rgl(1df)Tom Ryder2016-09-081-0/+1
|
* Remove stray documentation lineTom Ryder2016-09-071-1/+0
|
* Add find(1) completionTom Ryder2016-09-051-0/+1
|
* Add umake(1df)Tom Ryder2016-09-051-0/+2
|
* Move README mentions of int agg funcs to sublistTom Ryder2016-09-051-4/+5
|
* Add mftl(1df)Tom Ryder2016-09-051-0/+1
|
* Add bl(1df)Tom Ryder2016-09-041-0/+1
|
* Remove rmrej(1)Tom Ryder2016-09-031-1/+0
| | | | | Wrong approach to this problem. `git clean -dfx ; git reset --hard` is probably what's actually needed in most cases.
* Overhaul of README; many correctionsTom Ryder2016-09-031-64/+73
|
* Add mean(1df), med(1df), and mode(1df)Tom Ryder2016-09-021-0/+3
|
* Add tot(1df)Tom Ryder2016-09-021-0/+1
|
* Add cfr(1df)Tom Ryder2016-09-011-0/+1
|
* Add very basic Yash supportTom Ryder2016-08-311-0/+2
| | | | | | I know almost nothing about Yash yet, but reading the manual page on its startup behaviour implies a little coaxing is necessary to make it play nicely with my file layout.
* Add x()Tom Ryder2016-08-301-0/+1
|
* Fix mysql()Tom Ryder2016-08-301-1/+1
|