drank too much and didn't get to dance to robyn.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
filename=$1 | |
touch $filename |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
filename=$1 | |
touch $filename |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
String file contents |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
String file contents |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
String file contents |
Shortcut | Action |
---|---|
↑ or ↓ |
scrolls through previous entered commands |
ctrl+c |
clears a line or cancel a process |
ctrl+a |
moves your cursor to the beginning of a line. |
ctrl+e |
moves it to the end of the line. |
ctrl+f |
moves the cursor forward |
ctrl+b |
moves the cursor back |
ctrl+w |
deletes the previous word |
ctrl+h |
deletes the one character at a time |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#------------------------------------------------------------------------------- | |
# Terminal Toggle | |
# Toggles Terminal themes and font sizes | |
#------------------------------------------------------------------------------- | |
THEME_LIGHT="Tomorrow" | |
THEME_DARK="Tomorrow\ Night" | |
FONT_BIG=25 | |
FONT_SMALL=14 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"name":"Tiny","age":3,"is_cute":true} |