aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
Commit message (Collapse)AuthorAgeFilesLines
* Add pp(1df) and pph(1df)Tom Ryder2017-01-061-0/+2
|
* Add jfp(1df)Tom Ryder2017-01-061-0/+1
|
* Add onl(1df)Tom Ryder2017-01-051-0/+1
|
* Add htenc(1df) and htdec(1df)Tom Ryder2017-01-051-0/+3
|
* Add bcq(1df), tiny shut-up bc(1) wrapper for X11Tom Ryder2017-01-031-0/+1
|
* Add swr(1df)Tom Ryder2017-01-021-0/+2
|
* Improve a sentenceTom Ryder2017-01-021-1/+2
|
* Group other dir-related tools in documentationTom Ryder2017-01-021-13/+14
|
* Add marked-dir toolsTom Ryder2017-01-021-0/+6
|
* Add max(1df) and min(1df)Tom Ryder2016-12-271-1/+3
|
* Switch to using ix.io pastebinTom Ryder2016-12-261-1/+1
|
* Port keep() to zshTom Ryder2016-12-221-1/+2
| | | | *(N), *.zsh(N) is such a weird syntax
* Merge two paragraphsTom Ryder2016-12-221-3/+1
|
* Fix a comment about prompt colourTom Ryder2016-12-221-4/+2
|
* Correct a list orderingTom Ryder2016-12-221-2/+2
|
* Change confusing sentenceTom Ryder2016-12-221-2/+1
|
* Not actually sure where this features in ZshTom Ryder2016-12-221-2/+1
|
* Improve documentation around extra shell funcsTom Ryder2016-12-221-8/+9
|
* Add ver() function to READMETom Ryder2016-12-221-0/+1
|
* Add vex(1df) and vest(1df)Tom Ryder2016-12-221-0/+3
|
* Correct shell breakdownTom Ryder2016-12-211-5/+4
|
* Add full stopTom Ryder2016-12-191-1/+1
|
* Clarify commonalityTom Ryder2016-12-191-1/+1
|
* Group shells under one itemTom Ryder2016-12-191-6/+5
|
* 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