aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Update path() completionTom Ryder2016-08-201-3/+3
| | | | | |
* | | | | | Correct path() error messagesTom Ryder2016-08-201-4/+4
| | | | | |
* | | | | | Correct empty var referenceTom Ryder2016-08-201-2/+1
| | | | | |
* | | | | | Write path() help to stderr if unrec commandTom Ryder2016-08-201-1/+1
| | | | | |
* | | | | | Dance for shellcheck in path()Tom Ryder2016-08-201-5/+8
| | | | | |
* | | | | | Port path() to POSIX shTom Ryder2016-08-203-181/+94
| | | | | | | | | | | | | | | | | | | | | | | | That was a lot easier than I thought
* | | | | | Port fnl() to POSIX sh script fnl(1)Tom Ryder2016-08-204-43/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No real compelling reason to make it a shell function in the first place.
* | | | | | Remove readv() and readz()Tom Ryder2016-08-203-31/+0
| | | | | | | | | | | | | | | | | | | | | | | | Neither are terribly useful
* | | | | | Port vr(1) to POSIX shTom Ryder2016-08-204-64/+51
| | | | | |
* | | | | | Assume POSIX shTom Ryder2016-08-201-0/+3
| | | | | |
* | | | | | Port lhn() to POSIX shTom Ryder2016-08-203-8/+14
| | | | | |
* | | | | | Add an issue about vr()Tom Ryder2016-08-201-0/+1
| | | | | |
* | | | | | Basic PS1 setup for shrcTom Ryder2016-08-201-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Will be overridden completely by Bash or OpenBSD pdksh prompt() functions
* | | | | | Move grep() and ls() to POSIX funcs sectionTom Ryder2016-08-201-6/+6
| | | | | |
* | | | | | Port sd() to POSIX shTom Ryder2016-08-203-110/+83
| | | | | |
* | | | | | Port pd() to POSIX shTom Ryder2016-08-203-54/+38
| | | | | |
* | | | | | Correctly bail from failed subshellTom Ryder2016-08-203-8/+9
| | | | | |
* | | | | | Move bd() from Bash func section in READMETom Ryder2016-08-201-1/+1
| | | | | |
* | | | | | Add an issueTom Ryder2016-08-201-0/+14
| | | | | |
* | | | | | Port ud() to POSIX shTom Ryder2016-08-203-51/+43
| | | | | |
* | | | | | Remove option term spec from bd()Tom Ryder2016-08-201-7/+3
| | | | | | | | | | | | | | | | | | | | | | | | It doesn't accept options; cd() needs to because it's a wrapper
* | | | | | Improve error handling of cd() a bitTom Ryder2016-08-201-17/+21
| | | | | |
* | | | | | Port bd() to POSIX shTom Ryder2016-08-202-78/+67
| | | | | |
* | | | | | Remove OLDPWD hackTom Ryder2016-08-203-25/+0
| | | | | | | | | | | | | | | | | | | | | | | | It doesn't really make sense anyway
* | | | | | Add sshi(1)Tom Ryder2016-08-203-0/+44
| | | | | |
* | | | | | Keep SSH_TTY updated in tmux panesTom Ryder2016-08-201-6/+4
| | | | | |
* | | | | | Move oldpwd.sh functionality into profileTom Ryder2016-08-202-10/+11
| | | | | |
* | | | | | Pass null arg to manual cleanup() call in apf(1)Tom Ryder2016-08-201-1/+1
| | | | | |
* | | | | | Port all bash_profile.d scripts to POSIX shTom Ryder2016-08-2011-80/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also require flag files in ~/.welcome for displaying or not displaying login stuff
* | | | | | Use terser shell for executable installsTom Ryder2016-08-201-2/+2
| | | | | |
* | | | | | Move OLDPWD setting to POSIX sh dirTom Ryder2016-08-204-3/+18
| | | | | | | | | | | | | | | | | | | | | | | | With an attempt at correct trapping; may still require tweaking
* | | | | | Remove debugging code from eds(1)Tom Ryder2016-08-191-2/+1
| |_|_|_|/ |/| | | |
| * | | | Merge branch 'master' into openbsdTom Ryder2016-08-19102-877/+728
| |\ \ \ \ | |/ / / / |/| | | |
* | | | | Update documentation for br(1) and xgo(1)Tom Ryder2016-08-192-9/+11
| | | | |
* | | | | Clean up temporary files before apf(1) execTom Ryder2016-08-191-0/+3
| | | | |
* | | | | Strip trailing whitespace from apf(1)Tom Ryder2016-08-191-2/+2
| | | | |
* | | | | Add a POSIX compatibility issueTom Ryder2016-08-191-0/+2
| | | | |
* | | | | Correct a comment in edda(1)Tom Ryder2016-08-191-1/+1
| | | | |
* | | | | Port eds(1) to POSIX sh(1)Tom Ryder2016-08-192-46/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Even managed to keep the options. Removed issue about Bash scripts; han(1) needs to be Bash as it's specifically for the Bash help() builtin. There's no advantage to making it POSIX.
* | | | | Translate apf(1) to POSIX shTom Ryder2016-08-194-59/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We lose the ability to include newlines in options, but probably a pretty good tradeoff, especially since it makes the *rc files hand-editable in theory. Also add skipping comments and blank lines. Update ISSUES.markdown. There are two more Bash scripts left; one of them, han(1), does actually require Bash, though.
* | | | | Correct stws(1)'s self-identifyingTom Ryder2016-08-191-1/+1
| | | | |
* | | | | Port edda(1) to POSIX shTom Ryder2016-08-193-32/+20
| | | | | | | | | | | | | | | | | | | | | | | | | Losing the option-passing; could perhaps add this in again by specifically supporting POSIX-specific options for ed(1)
* | | | | Add issueTom Ryder2016-08-191-0/+3
| | | | |
* | | | | Change cd() into POSIX shell scriptTom Ryder2016-08-193-34/+74
| | | | |
* | | | | Flag issue fixedTom Ryder2016-08-191-5/+0
| | | | |
* | | | | Flag a remaining Bash script convertedTom Ryder2016-08-191-1/+0
| | | | |
* | | | | Add a completion issueTom Ryder2016-08-191-0/+3
| | | | |
* | | | | Remove resolved issueTom Ryder2016-08-191-5/+0
| | | | |
* | | | | Add lhn()Tom Ryder2016-08-182-0/+8
| | | | |
* | | | | Drastically limit amount of history keptTom Ryder2016-08-183-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reading really large files seems to be slow in Bash in general, but it's particularly bad in 4.4rc1. I keep encrypted snapshots of my HISTFILE on my home machine, so it's just a little extra step to search them.