-
-
Notifications
You must be signed in to change notification settings - Fork 164
Shell Programs That Run Under OSH
andychu edited this page Apr 16, 2020
·
23 revisions
See also:
- Success with Aboriginal, Alpine, and Debian Linux
-
Success With the Interactive Shell
- my fork of bash-completion (see How To Test OSH)
- git-prompt.sh, virtualenv
- The whole OSH release process
If you manage to run any scripts with OSH, edit this page!
Also see Issue #161: Test OSH on Real Shell Scripts
-
neofetch, which is one of the biggest shell programs in the world. Thanks
Crestwave
for working on this and debugging it! It led to many good fixes in Oil.-
The patch was not too big.
shopt -s nocasematch
was one of the main issues.
-
The patch was not too big.
- lhoursquentin/clash. Object-oriented Programming in Shell.
- Anything under https://github.com/oilshell/oil/labels/should-run-this
- Any of these bats test suites! https://github.com/sstephenson/bats/wiki/Projects-Using-Bats
- Tests suites using any other unit test frameworks
- Shell scripts from any distro
- Arch Linux and Gentoo use bash a lot, I believe
- Some interesting shell programs I found on lobste.rs / Reddit
- https://github.com/trimstray/htrace.sh -- for HTTP/HTTPS troubleshooting
- https://github.com/cfenollosa/bashblog -- static site generator
- https://lobste.rs/s/v8kiyh/pranking_bash_binary -- these will probably test many corners of the shell
- https://news.ycombinator.com/item?id=19237527 -- Enquire: Everything you wanted to know about your C compiler and machine
- https://warwick.ac.uk/fac/sci/statistics/staff/academic-research/firth/software/pdfjam/ - PDFjam is a small collection of shell scripts which provide a simple interface to much of the functionality of the excellent pdfpages PDF file package
- https://news.ycombinator.com/item?id=18290344 -- A terminal file manager written in bash
- BATS test framework (issue 238)
- nix-profile ? You're supposed to
source
it, like you do withbin/activate
in virtualenv.
-
chsh
to OSH and try to boot Ubuntu or some other distro.
- clang completion
- npm completion
- Scripts generated by Python's argcomplete (based on argparse)
- AWS completion
- They have bash but not fish? https://stackoverflow.com/questions/26981542/aws-cli-command-completion-with-fish-shell