aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Try out Readline history-preserve-pointTom Ryder2016-09-131-0/+3
| | | | Not 100% sure on this yet
* Add issueTom Ryder2016-09-121-0/+7
|
* Strip some trailing blank linesTom Ryder2016-09-1113-13/+0
|
* Add git-stash/submodule completionTom Ryder2016-09-101-0/+42
|
* Move a local declarationTom Ryder2016-09-101-1/+1
|
* Fix trailing whitespaceTom Ryder2016-09-101-1/+1
|
* Remove unneeded shellcheck skipsTom Ryder2016-09-093-3/+2
| | | | Latest version (0.4.4) doesn't raise errors on these lines anymore
* Add slow(1df) and supp(1df)Tom Ryder2016-09-095-1/+51
|
* Remove doubleup in sd2u(1df) manpageTom Ryder2016-09-091-1/+0
|
* Add rot13(6df)Tom Ryder2016-09-095-1/+27
|
* Enable PKA for Mutt crypt, disable autodecodeTom Ryder2016-09-091-3/+1
| | | | The latter is for traditional PGP messages which I never get anyway
* Add git `ls` aliasTom Ryder2016-09-091-0/+1
| | | | Seems useful enough
* Add "fuckit" alias to Git configurationTom Ryder2016-09-091-0/+1
|
* Restore named coloursTom Ryder2016-09-091-10/+10
| | | | Actually, I should just configure my terminal not to bold the text
* More color tweaks to MuttTom Ryder2016-09-091-10/+10
|
* Unbold tilde color in muttrcTom Ryder2016-09-091-1/+1
|
* Change colors of tildes in MuttTom Ryder2016-09-091-1/+1
| | | | "brightblack" seems a funny way to say "gray"
* Correct a word testTom Ryder2016-09-091-2/+2
|
* Fix null variable referenceTom Ryder2016-09-091-2/+2
|
* Restore correct short-circuit for gms(1df)Tom Ryder2016-09-091-3/+3
|
* Add completion for git-reset(1)Tom Ryder2016-09-091-0/+10
|
* Further refinements/extensions to Git completionTom Ryder2016-09-092-59/+132
|
* Correct ref matching in Git completionTom Ryder2016-09-091-2/+6
|
* Bind Alt+A for cycle completion in BashTom Ryder2016-09-091-0/+5
| | | | | Also make Tab explicit for classic completion, which I still prefer (at least for now)
* Add completion for git-remoteTom Ryder2016-09-091-0/+26
|
* Add IFS clearing before filename/branch readsTom Ryder2016-09-091-2/+2
|
* Use double-glob to get all refsTom Ryder2016-09-091-1/+1
| | | | Including remotes
* Improve Git Bash completion a lotTom Ryder2016-09-092-18/+62
| | | | Completes Git subcommands, branch/tag names, and addable files
* Generalise mean,med,mode,tot(1df) to numbersTom Ryder2016-09-089-12/+12
| | | | Not just integers
* Add more color-setting attempts to rgl(1df)Tom Ryder2016-09-081-1/+1
|
* Removed issueTom Ryder2016-09-081-2/+0
| | | | Decided against this; maintaining the ports not too burdensome really
* Remove issue; keeping non-POSIX \xFF in rfct(1df)Tom Ryder2016-09-081-2/+0
| | | | | This works in gawk, mawk, and both FreeBSD and OpenBSD's system awk. I think that's good enough.
* Remove issueTom Ryder2016-09-081-11/+0
| | | | | | | | | | | | | | Stumbled on a clue in izabera's libash: <https://github.com/izabera/libash/blob/master/scripts/2.completion#L113> Checking the changelog: <http://git.savannah.gnu.org/cgit/bash.git/tree/CHANGES?id=c2fa658335af1d85547b9eff874e97add742d595#n60> >s. Fixed a bug that caused the shell to not correctly parse multi-line > process substitutions containing comments and quoted strings. I can't actually find the code concerned though. I think it's somewhere in c2fa658, maybe in subst.c.
* 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
| |\