Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jodus-melodus/jm
Terminal
https://github.com/jodus-melodus/jm
cmd cmdline console console-app console-application csharp terminal terminal-ui
Last synced: about 7 hours ago
JSON representation
Terminal
- Host: GitHub
- URL: https://github.com/jodus-melodus/jm
- Owner: Jodus-Melodus
- License: mit
- Created: 2024-06-28T15:32:04.000Z (5 months ago)
- Default Branch: master
- Last Pushed: 2024-07-18T13:05:20.000Z (4 months ago)
- Last Synced: 2024-07-18T16:07:12.407Z (4 months ago)
- Topics: cmd, cmdline, console, console-app, console-application, csharp, terminal, terminal-ui
- Language: C#
- Homepage:
- Size: 221 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JM
A simplistic terminal with cool tools.
## Commands
### backup {source} {destination}
- copies the source dir to the destinatino dir
### bin2dec {bin}
- converts bin number to dec
### oct2dec {oct}
- converts oct number to dec
### hex2dec {hex}
- converts hex number to dec
### dec2bin {dec}
- converts dec number to bin
### dec2oct {dec}
- converts dec number to oct
### dec2hex {dec}
- converts dec number to hex
### rm {file/dir name}
- deletes the specified dir/file
### del {file/dir name}
- deletes the specified dir/file
### empty {dir name}
- takes the specified dirs contents and moves them to the directory's parent
### ls
- displays the dirs/files in the current dir
### dir
- displays the dirs/files in the current dir
### cwd
- displays the current working directory
### cd {new dir}
- change the current directory to the new specified one
### find {file name}
- searches the subdirectories for a file with the specified name
### findlike {match}
- seraches the subdirectories for a file that matches the specified match
### tree {depth}
- displays the current directory and subdirectories as a tree with a specified depth
### cls
- clears the screen
### clear
- clears the screen
### exit
- terminates the current instance of the terminal
### kill
- terminates the current instance of the terminal
### quit
- terminates the current instance of the terminal
### ! {command}
- run an external command
### read {file name}
- display the contents of a file
### prefix {prefix}
- adds the specified prefix to all the files in the current directory
## suffix {suffix}
- adds the specified suffix to all the files in the current directory
### help
- display this menu