Skip to content

Instantly share code, notes, and snippets.

@vaskaloidis
Last active November 22, 2018 05:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vaskaloidis/c92aca75cbcb606fddcf8da7a843223c to your computer and use it in GitHub Desktop.
Save vaskaloidis/c92aca75cbcb606fddcf8da7a843223c to your computer and use it in GitHub Desktop.

Installed Apps

task

# Incorrect command typed
fuck
fuck --yeah # Runs fixed command automatically
fuck -r # Fix command recursively until succeeding
howdoi format date bash
howdoi print stack trace python
# Pipe Command-Output to web, realtime
echo 'Hello, Seashells!' | nc seashells.io 1337
python train.py | seashells
go test -v | tee >(nc seashells.io 1337) # show both stdout and sheashells output
npm install 2>&1 | seashells Show stdout and stderr on Seashells:
htop | seashells --delay 5 # Have time to see URL before full-screen command:
gistup index.html
gistup --private -- index.html
edit index.html
git commit -m 'Made some awesome changes.' && git push
gistup
gistup-rename "description of gist"
gistup-open # Opens gist in current dir in browser
# Doing
doing now
doing done -s LIST
doing today -s LIST
doing yesterday
doing choose # Displays Lists
# Idea
idea create <idea>
idea list # Lists all ideas
idea filter <filter>
idea solve <id> # IE: idea solve 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment