aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Break a long lineTom Ryder2017-02-101-2/+2
|
* Break a long lineTom Ryder2017-02-101-1/+2
|
* Improve and correct some commentsTom Ryder2017-02-102-28/+30
|
* Add hms(1df)Tom Ryder2017-02-056-1/+61
|
* Escape literal backslash in sec(1df) manualTom Ryder2017-02-051-1/+1
|
* Fix misplaced line from sec(1df) manualTom Ryder2017-02-051-1/+1
|
* Add an ideaTom Ryder2017-02-051-0/+2
|
* Group some tools in the READMETom Ryder2017-02-051-10/+11
|
* Correct missing id(1) optionTom Ryder2017-02-051-1/+1
|
* Use abook --add-email-quietTom Ryder2017-02-051-1/+1
|
* Add wro(1df)Tom Ryder2017-02-044-1/+56
|
* Remove double-shebang headerTom Ryder2017-02-041-1/+0
| | | | shb(1) doubles this up when it makes an executable version of the script
* Remove idea about --color switchesTom Ryder2017-02-041-4/+0
| | | | | | | | | Nope, we really do need to test the terminal. The source for GNU grep(1) even says (grep.c): >It would be impractical for GNU grep to become a full-fledged terminal >program linked against ncurses or the like, so it will not detect >terminfo(5) capabilities.
* Add an ideaTom Ryder2017-02-041-0/+4
|
* Add an idea about ad()Tom Ryder2017-02-031-0/+3
|
* Fix up quo(1df) man page formattingTom Ryder2017-02-031-1/+2
|
* Add an ideaTom Ryder2017-02-031-0/+1
|
* Add an ideaTom Ryder2017-02-021-0/+1
|
* Tidy descriptions for grep()/ls()Tom Ryder2017-02-021-3/+4
|
* Update submodulesTom Ryder2017-01-311-0/+0
|
* Add completion for finger(1)Tom Ryder2017-01-281-0/+2
|
* Use FUNCNAME for self-refs in Git completionTom Ryder2017-01-281-9/+9
|
* Add openssl(1ssl) completionTom Ryder2017-01-281-0/+32
|
* Fix nc(1) completions, add nmap(1) completionsTom Ryder2017-01-283-2/+6
|
* Remove resolved issueTom Ryder2017-01-281-3/+0
| | | | This was fixed in 1e22f51
* Add host completion for some common toolsTom Ryder2017-01-285-0/+10
|
* Start using Bash host completionTom Ryder2017-01-282-2/+6
| | | | But use ~/.hosts if it's there
* Correct a typeset callTom Ryder2017-01-281-1/+1
|
* More generic Mutt configurationTom Ryder2017-01-287-61/+28
| | | | | Remove some person and system specific stuff, including my signature; nothing complex about that, after all.
* Add chn(1df)Tom Ryder2017-01-275-2/+120
|
* Add quo(1df)Tom Ryder2017-01-275-0/+28
|
* s/exit/return/ in ex-subshell funcTom Ryder2017-01-271-4/+4
|
* Extend "fallback" prompt a bitTom Ryder2017-01-274-3/+18
| | | | Include username/hostname if no SSH variables
* Update submodulesTom Ryder2017-01-271-0/+0
|
* Fixed prompt alignment hack for kshTom Ryder2017-01-261-3/+3
| | | | | | | The manual page for mksh hints that the escaped initial character should in fact be a carriage return, not a newline. That seems to work really well. The newline variable was an empty string before this commit anyway because it was stripped by the subshell expansion.
* Mention that csmw(1df) backticks wordsTom Ryder2017-01-261-1/+2
|
* Confirmed jobs weirdness still an issueTom Ryder2017-01-261-1/+0
| | | | | ~$ bash --version GNU bash, version 4.4.5(1)-release (x86_64-pc-linux-gnu)
* Use nicer mailbox creationTom Ryder2017-01-261-10/+6
|
* Create drafts directoryTom Ryder2017-01-261-0/+3
|
* Source local Mutt config at the end not the startTom Ryder2017-01-261-4/+3
|
* Add missing dependencyTom Ryder2017-01-261-1/+1
|
* Allow specifying GnuPG keyserverTom Ryder2017-01-262-2/+6
|
* Add ~/.mailrc configTom Ryder2017-01-265-2/+15
|
* Add an ideaTom Ryder2017-01-261-0/+1
|
* Create muttrc.local if it doesn't existTom Ryder2017-01-261-0/+1
|
* Allow specifying MAILDIR for make(1)Tom Ryder2017-01-262-7/+10
|
* Add "pop" and "shift" methods to path()Tom Ryder2017-01-253-2/+39
|
* Avoid a fork in options detectionTom Ryder2017-01-251-8/+9
|
* Add an issueTom Ryder2017-01-251-0/+3
|
* Ignore `unalias` failed call output in zshTom Ryder2017-01-251-2/+3
| | | | zsh 5.0.7 doesn't appear to implement -a for zsh, but 5.2 does