diff --git a/pages/common/mc.md b/pages/common/mc.md new file mode 100644 index 000000000..517dc9ee0 --- /dev/null +++ b/pages/common/mc.md @@ -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 ..` diff --git a/pages/common/tpp.md b/pages/common/tpp.md new file mode 100644 index 000000000..1d2560870 --- /dev/null +++ b/pages/common/tpp.md @@ -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}}` diff --git a/pages/common/wordgrinder.md b/pages/common/wordgrinder.md new file mode 100644 index 000000000..a59609f1b --- /dev/null +++ b/pages/common/wordgrinder.md @@ -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`