https://github.com/decodedco/systems_and_tools
https://github.com/decodedco/systems_and_tools
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/decodedco/systems_and_tools
- Owner: DecodedCo
- Created: 2016-11-03T13:01:43.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-11-04T16:14:43.000Z (over 9 years ago)
- Last Synced: 2025-03-14T08:21:27.394Z (over 1 year ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# systems_and_tools
### Tools for playing around with the command
```
# Controlling your computer:
# ls, cp, mv, mkdir, rm, rmdir, nano, echo
# Entertainment
$ fortune
$ cowsay "hello"
$ fortune | cowsay
$ watch -n 2 "fortune | cowsay"
$ rev
$ yes "the command line is amazing"
# Advanced functionality
$ say
$ say "these are random words to test this"
$ echo "these are random words to test this" > tmp.txt
$ cat tmp.txt | say
$ brew install sox
$ sox -d recording.wav
$ play recording.wav
$ flac --best file.wav
$ curl
# Connecting to other machines. Who remembers snake?
$ ssh sshtron.zachlatta.com
```
### Useful links