vaskaloidis
11/20/2018 - 12:45 AM

Mac-CLI Commands

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