An open API service indexing awesome lists of open source software.

https://github.com/decodedco/systems_and_tools


https://github.com/decodedco/systems_and_tools

Last synced: 12 months ago
JSON representation

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