The shell needs JavaScript. The manual is a set of plain pages anyway:
- sh(1)
- the shell itself
- hier(7)
- the filesystem, and who owns which part of it
- ls(1)
- list what is here
- cd(1)
- change directory
- test(1)
- ask a question about a file or a string (also [)
- cat(1)
- print a note here
- find(1)
- walk a path and name what is under it
- grep(1)
- search the notes
- rg(1)
- search the notes, from here downwards
- head(1)
- the first lines of something
- tail(1)
- the last lines of something
- wc(1)
- count lines, words and characters
- sort(1)
- put lines in order
- open(1)
- open a post to read
- uniq(1)
- collapse repeated lines
- cut(1)
- take a field or a column out of every line
- echo(1)
- say something back
- tr(1)
- swap one set of characters for another
- seq(1)
- count
- cp(1)
- copy a file
- which(1)
- say which file a command is
- type(1)
- say what a name is
- env(1)
- the exported variables
- mv(1)
- rename a file you made
- export(1)
- variables, and which of them are the environment (also set, unset)
- alias(1)
- a short name for a longer line (also unalias)
- rm(1)
- remove a file you made
- read(1)
- take a line from whoever is typing
- touch(1)
- make an empty file
- chmod(1)
- change what may be read and written
- history(1)
- the lines you have run
- source(1)
- run a file of commands in this shell (also .)
- whoami(1)
- who is typing
- su(1)
- become somebody else
- id(1)
- the numbers behind a name (also groups)
- finger(1)
- who a user is
- tilenkoren-build(1)
- render the site again, and lose what you changed (also rebuild)
- neofetch(1)
- the long version
- nix(1)
- this site, as a flake
- colorscheme(1)
- dark, light, or auto (also theme)
- feed(1)
- the RSS feeds (also rss)
- clear(1)
- clear the screen
- man(1)
- read about any of these
- apropos(1)
- search the manual
- help(1)
- the short list
- date(1)
- print the date
- pwd(1)
- print the working directory
- sudo(1)
- no
- exit(1)
- there is no exit