@@ -14,19 +14,20 @@ A homepage disguised as a toy terminal!
1414
1515Here are the currently available commands that can be run on the terminal.
1616
17- | Command | usage | description |
18- | -------- | ---------------------------- | -------------------------------------------------------------- |
19- | ` ls ` | ` ls [<path to dir>] ` | List children of current working directory or given directory. |
20- | ` cd ` | ` cd [<path>] ` | Move into given directory. If no path given move to root. |
21- | ` open ` | ` open <path to link> ` | Open a link in a new tab. |
22- | ` touch ` | ` touch <path to link> <url> ` | Create a new link |
23- | ` mkdir ` | ` mkdir <path to dir> ` | Create a new directory |
24- | ` rm ` | ` rm <path to link> ` | Delete link |
25- | ` rmdir ` | ` rmdir <path to dir> ` | Delete dir and all contents |
26- | ` search ` | ` search "<search string>" ` | Search google with search. Must be in quotes. |
27- | ` clear ` | ` clear ` | Clear the terminal of past commands. |
28- | ` theme ` | ` theme [<theme name>] ` | Change theme. |
29- | ` help ` | ` help [<command>] ` | Get information on commands. |
17+ | Command | usage | description |
18+ | -------- | ---------------------------- | --------------------------------------------------------------------------------- |
19+ | ` ls ` | ` ls [<path to dir>] ` | List children of current working directory or given directory. |
20+ | ` tree ` | ` tree [<path to dir>] ` | Lists all children of current working directory or given directory in tree format |
21+ | ` cd ` | ` cd [<path>] ` | Move into given directory. If no path given move to root. |
22+ | ` open ` | ` open <path to link> ` | Open a link in a new tab. |
23+ | ` touch ` | ` touch <path to link> <url> ` | Create a new link |
24+ | ` mkdir ` | ` mkdir <path to dir> ` | Create a new directory |
25+ | ` rm ` | ` rm <path to link> ` | Delete link |
26+ | ` rmdir ` | ` rmdir <path to dir> ` | Delete dir and all contents |
27+ | ` search ` | ` search "<search string>" ` | Search google with search. Must be in quotes. |
28+ | ` clear ` | ` clear ` | Clear the terminal of past commands. |
29+ | ` theme ` | ` theme [<theme name>] ` | Change theme. |
30+ | ` help ` | ` help [<command>] ` | Get information on commands. |
3031
3132## Theming
3233
@@ -62,10 +63,10 @@ Your TermPage file structure is stored in your browsers LocalStorage, if you enc
6263- ` edit ` command for changing urls
6364- ` mv ` to rename dir and link names
6465- ` export ` and ` import ` for sharing your file structure with other machines
65- - Tree view for ` ls ` , and url view for ` ls `
66+ - ~~ Tree view for ` ls ` , and url view for ` ls ` ~~
6667- Add flags for search to change search engine
6768- Tab complete for commands and paths
6869
6970### Themes
7071
71- - NightOwl
72+ - ~~ NightOwl~~
0 commit comments