Compare commits
4 Commits
new-note-f
...
chromebook
| Author | SHA1 | Date | |
|---|---|---|---|
| 9893d3f362 | |||
| e8ae4e6c29 | |||
| 3698f3c87b | |||
| 48e884251b |
@@ -33,9 +33,9 @@ alias dir='dir -v'
|
||||
|
||||
# send things to termpad
|
||||
# with httpie
|
||||
alias tph=' http termpad.planethawleywood.com'
|
||||
alias tph=' http https://termpad.planethawleywood.com'
|
||||
# with cURL
|
||||
alias tpc=' curl --data-binary @- termpad.planethawleywood.com'
|
||||
alias tpc=' curl --data-binary @- https://termpad.planethawleywood.com'
|
||||
|
||||
|
||||
# Do lots of things with FZF
|
||||
@@ -54,3 +54,6 @@ alias catf='cat "`fzf`"'
|
||||
|
||||
# GLOW
|
||||
alias glowf='glow "`fzf`"'
|
||||
|
||||
# VS Code on the Chromebook
|
||||
alias code='code --password-store="gnome-libsecret"'
|
||||
|
||||
@@ -48,7 +48,7 @@ notez () {
|
||||
|
||||
if [[ $# -eq 0 ]]; then
|
||||
# No arguments, display the notes file
|
||||
cat "$notes_file"
|
||||
tac "$notes_file"
|
||||
return 0
|
||||
elif [[ "$1" == "-a" ]]; then
|
||||
# Add a note with prompting
|
||||
|
||||
Reference in New Issue
Block a user