aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add abort-unmodified=no to .muttrcTom Ryder2016-09-081-3/+4
| | | | I need this for a hook to add a BCC to outgoing PGP to work
* Restore parallelisation to gms(1)Tom Ryder2016-09-081-2/+2
| | | | Looks like I removed it in 825d661
* Arrange extensions in descending order of freqTom Ryder2016-09-081-13/+13
| | | | So the completion is just a little bit faster
* Add .gpg files to text file skipsTom Ryder2016-09-081-0/+4
|
* Improve/extend extensions list a bitTom Ryder2016-09-081-16/+28
|
* Add text-filename heuristic completionTom Ryder2016-09-0815-0/+131
| | | | | | 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.
* Fix an issue (silencing Git prompt errors)Tom Ryder2016-09-084-7/+3
|
* Add an issueTom Ryder2016-09-081-0/+4
|
* Fix rgl(1) man page formattingTom Ryder2016-09-081-3/+4
|
* Clear prompt after interactive rgl(1df)Tom Ryder2016-09-081-0/+5
|
* Enhance rgl(1df) with a bit of color and sanityTom Ryder2016-09-082-6/+19
|
* Add rgl(1df)Tom Ryder2016-09-083-0/+37
|
* Fix a backdated manual pageTom Ryder2016-09-081-1/+1
|
* Restore old code for describing Git prompt commitTom Ryder2016-09-073-3/+6
| | | | | | | | | | | | | | | I'm really confused. I could have sworn this was working correctly (i.e. the --always option spat out a short reference to the commit as a fallback), but I must have been wrong. Maybe I hadn't installed the appropriate file when I was testing it. At first I thought this was a bug introduced in Git 2.10, but the short-circuit disregarding --always if --exact-match or --candidates=0 is set seems to have been in the `describe` builtin for ages. I must have just tested poorly; I can't see any other explanation in the source. No matter; this isn't much slower.
* Remove fixed issue of `kill` completionTom Ryder2016-09-071-1/+0
| | | | Fixed in 015aae3
* Merge branch 'freebsd'Tom Ryder2016-09-070-0/+0
|\
| * Merge branch 'master' into freebsdTom Ryder2016-09-0652-278/+1023
| |\
| * \ Merge branch 'master' into freebsdTom Ryder2016-08-3120-788/+116
| |\ \
* | \ \ Merge branch 'openbsd'Tom Ryder2016-09-070-0/+0
|\ \ \ \
| * \ \ \ Merge branch 'master' into openbsdTom Ryder2016-09-0626-172/+469
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Merge branch 'master' into openbsdTom Ryder2016-09-0236-111/+545
| |\ \ \ \
* | | | | | Remove stray documentation lineTom Ryder2016-09-071-1/+0
| |_|/ / / |/| | | |
* | | | | Tidy .inputrc bc sectionTom Ryder2016-09-061-2/+5
| | | | |
* | | | | Feature test for find(1) completionTom Ryder2016-09-061-0/+4
| | | | |
* | | | | Add left-paren to subshell casesTom Ryder2016-09-061-5/+5
| | | | |
* | | | | Handle raw GitLab pastesTom Ryder2016-09-061-2/+2
| | | | |
* | | | | Update rndn(6df) manpage to reflect lost optionTom Ryder2016-09-051-3/+3
| | | | |
* | | | | Add find(1) completionTom Ryder2016-09-052-0/+86
| | | | |
* | | | | Complete kill builtin with jobspecs and user PIDsTom Ryder2016-09-052-1/+16
| | | | |
* | | | | Flesh out builtin completions a littleTom Ryder2016-09-051-7/+8
| | | | |
* | | | | Add an ideaTom Ryder2016-09-051-0/+1
| | | | |
* | | | | Flag an issue as resolvedTom Ryder2016-09-051-3/+0
| | | | | | | | | | | | | | | | | | | | Fixed this with b85a309 and 8761d0a.
* | | | | Add umake(1df)Tom Ryder2016-09-053-0/+28
| | | | |
* | | | | Clean up all/install-bin targetsTom Ryder2016-09-051-4/+3
| | | | |
* | | | | Prettify an Awk for a bitTom Ryder2016-09-051-1/+1
| | | | |
* | | | | Exclude $0 from arg iteration in mftl(1df)Tom Ryder2016-09-051-1/+1
| | | | |
* | | | | Move README mentions of int agg funcs to sublistTom Ryder2016-09-051-4/+5
| | | | |
* | | | | Skip comments in Makefile Bash completionTom Ryder2016-09-051-0/+1
| | | | |
* | | | | Add mftl(1df)Tom Ryder2016-09-055-2/+74
| | | | |
* | | | | Don't prescribe msmtp(1) pathTom Ryder2016-09-041-1/+1
| | | | |
* | | | | Ignore a false positive from shellcheck(1)Tom Ryder2016-09-041-0/+1
| | | | |
* | | | | Remove apostrophes from comments in subshellsTom Ryder2016-09-041-4/+4
| | | | | | | | | | | | | | | | | | | | Given it seems to broken in at least one sh(1) implementation
* | | | | Add Pastebin ripper to xgo(1)Tom Ryder2016-09-041-0/+5
| | | | |
* | | | | Add bl(1df)Tom Ryder2016-09-043-0/+28
| | | | |
* | | | | Remove rmrej(1)Tom Ryder2016-09-033-21/+0
| | | | | | | | | | | | | | | | | | | | | | | | | Wrong approach to this problem. `git clean -dfx ; git reset --hard` is probably what's actually needed in most cases.
* | | | | Add note to cf(1df)Tom Ryder2016-09-031-0/+4
| | | | |
* | | | | Add error conditions to cfr(1)Tom Ryder2016-09-031-0/+2
| | | | |
* | | | | Correction and error catching for cfr(1df)Tom Ryder2016-09-031-1/+5
| | | | |
* | | | | Tidy/correct tl(1) option parsingTom Ryder2016-09-031-9/+13
| | | | |
* | | | | Simplify cfr(1) with new -o option to cf(1)Tom Ryder2016-09-031-4/+3
| | | | |