aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Refactor br(1), brxs(1), add xgo(1) and xgoc(1)Tom Ryder2016-08-148-44/+65
| | | | Including updating keybindings
* Remove unneeded options from dmenu_runTom Ryder2016-08-141-1/+1
| | | | The defaults are fine
* Bail if dmp(1) subshell exitsTom Ryder2016-08-141-1/+1
|
* Add optional terminator to dmp(1)Tom Ryder2016-08-141-1/+1
|
* Bind Mod4-p to dmp(1) in X11Tom Ryder2016-08-141-0/+3
|
* Add dmp(1)Tom Ryder2016-08-143-0/+44
|
* Recategorise some scripts in READMETom Ryder2016-08-141-11/+12
|
* Quote a PS1 character to appease shellcheckTom Ryder2016-08-141-1/+1
|
* Don't install raw .sed scripts in ~/.local/binTom Ryder2016-08-141-1/+6
|
* Stop feh(1) handling GIFsTom Ryder2016-08-141-0/+1
| | | | (Because it doesn't)
* Have urlh(1) convert line endingsTom Ryder2016-08-141-0/+3
|
* Add sd2u(1) and su2d(1)Tom Ryder2016-08-149-4/+64
|
* Add tentative enhancements to br(1)Tom Ryder2016-08-143-6/+32
|
* Add urlh(1) and urlmt(1)Tom Ryder2016-08-145-1/+67
|
* Fix typoTom Ryder2016-08-141-1/+1
|
* Add unf(1)Tom Ryder2016-08-145-2/+49
|
* Make brxs(1) executableTom Ryder2016-08-141-0/+0
|
* Two extra commentsTom Ryder2016-08-141-0/+2
|
* Rearrange prompt variable assignments a bitTom Ryder2016-08-141-10/+12
|
* Use --quiet flag for prompt git-rev-parse(1) callTom Ryder2016-08-141-1/+1
|
* Merge branch 'openbsd'Tom Ryder2016-08-1414-0/+174
|\
| * Port Git prompt function from Bash to pdkshTom Ryder2016-08-141-0/+49
| |
| * Merge branch 'master' into openbsdTom Ryder2016-08-1312-35/+65
| |\ | |/ |/|
* | Use porcelain commands for Git promptTom Ryder2016-08-131-27/+9
| | | | | | | | | | | | | | | | | | | | | | | | Checking the output of `git status -z` works, but to be correctly handled requires using a null delimiter for read. Because I want to port this to OpenBSD pdksh (which doesn't have the -d option for read), this seems to be a workable alternative. It also enables me to remove the process substitution (another thing pdksh doesn't support), and the array of flags. I haven't yet tested this for speed.
* | Mod4+g changes to "go", Mod4+i changes to "gimp"Tom Ryder2016-08-131-3/+3
| | | | | | | | "i" is short for image editor
* | Bind Mod+u to brxs(1) browse to X selectionTom Ryder2016-08-131-0/+3
| |
* | Change Mod+b to run "$BROWSER" via br(1)Tom Ryder2016-08-131-1/+1
| |
* | Add brxs(1)Tom Ryder2016-08-134-1/+26
| |
* | Add br(1)Tom Ryder2016-08-133-0/+20
| |
* | Switch X11 browser back to FirefoxTom Ryder2016-08-132-3/+3
| | | | | | | | | | Pale Moon's forums send outgoing links through an adwrapper; unacceptable
* | Mention rand(1ssl) in rnds(1) man pageTom Ryder2016-08-121-1/+3
| |
* | Remove resolved issueTom Ryder2016-08-121-1/+0
| |
* | Remove stray linebreak from rnda(1) manpageTom Ryder2016-08-121-1/+0
| |
* | Fix comment typoTom Ryder2016-08-111-1/+1
| |
| * Merge branch 'master' into openbsdTom Ryder2016-08-116-4/+12
| |\ | |/ |/|
* | Test bc(1) for non-POSIX -qTom Ryder2016-08-111-0/+3
| |
* | Add missing -v for `command` callTom Ryder2016-08-111-1/+1
| |
* | Mention -q problemTom Ryder2016-08-101-0/+1
| |
* | Add explicit -n to hgrep() $HISTFILE checkTom Ryder2016-08-101-1/+1
| |
* | Explain pdksh policy more thoroughlyTom Ryder2016-08-101-2/+3
| |
* | Don't fast-forward my mergesTom Ryder2016-08-101-0/+3
| | | | | | | | | | | | <http://stackoverflow.com/a/6810687> I'll rebase if I do want this.
* | Merge branch 'freebsd'Tom Ryder2016-08-100-0/+0
|\ \
| * \ Merge branch 'master' into freebsdTom Ryder2016-08-104-43/+6
| |\ \
* | \ \ Merge branch 'openbsd'Tom Ryder2016-08-106-32/+35
|\ \ \ \ | |_|/ / |/| | |
| | | * Port easy bashrc.d scripts to pdkshrc.dTom Ryder2016-08-1013-0/+125
| | |/ | |/| | | | | | | | | | Have left out anything that requires non-trivial fixes, mostly due to variable scope or missing features.
| * | Merge branch 'master' into openbsdTom Ryder2016-08-104-43/+6
| |\ \ | |/ / |/| |
* | | Correct minor inaccuracy in slsf(1) man pageTom Ryder2016-08-101-2/+2
| | |
* | | Revert to plain HTTP version of pdksh linkTom Ryder2016-08-101-1/+1
| | | | | | | | | | | | The HTTPS one is throwing 403 Forbidden now
* | | Remove "hg" from possible completions for prompt()Tom Ryder2016-08-101-1/+1
| | |
* | | Remove Mercurial support from Bash promptTom Ryder2016-08-102-39/+2
| | | | | | | | | | | | | | | | | | Since Vim and Fanboy's list both moved to Git, I have no reason to use it anymore. Also added a note explaining why I've left the SVN stuff in there (I don't like SVN, but I do need to use it for work)