mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-12-25 18:03:07 +03:00
Added pages for mc, tpp and wordgrinder
This commit is contained in:
parent
2a359234ba
commit
6ae8e8761a
11
pages/common/mc.md
Normal file
11
pages/common/mc.md
Normal file
@ -0,0 +1,11 @@
|
||||
# mc
|
||||
|
||||
> Midnight Commander, Command-Line Based File Manager.
|
||||
|
||||
- Start mc in Terminal:
|
||||
|
||||
`mc`
|
||||
|
||||
- Navigate the folder structure using the arrow keys,the mouse or by typing the commands into the terminal:
|
||||
|
||||
`cd ..`
|
15
pages/common/tpp.md
Normal file
15
pages/common/tpp.md
Normal file
@ -0,0 +1,15 @@
|
||||
# tpp
|
||||
|
||||
> Command-Line based presentation tool.
|
||||
|
||||
- To use `tpp` you need to have a file which the `tpp` will interpret,you can find an example here:
|
||||
|
||||
`http://www.ngolde.de/tpp.html`
|
||||
|
||||
- View a presentation:
|
||||
|
||||
`tpp {{filename}}`
|
||||
|
||||
- Output a presentation:
|
||||
|
||||
`tpp -t {{type}} -o {{outputname}} {{filename}}`
|
15
pages/common/wordgrinder.md
Normal file
15
pages/common/wordgrinder.md
Normal file
@ -0,0 +1,15 @@
|
||||
# wordgrinder
|
||||
|
||||
> Command-line Based Word Processor.
|
||||
|
||||
- Start wordgrinder in terminal:
|
||||
|
||||
`wordgrinder`
|
||||
|
||||
- Start wordgrinder in terminal, opening {filename}:
|
||||
|
||||
`wordgrinder {{filename}}`
|
||||
|
||||
- Open menu in wordgrinder:
|
||||
|
||||
`Press Alt + M`
|
Loading…
Reference in New Issue
Block a user