This commit is contained in:
2019-12-29 19:01:31 -05:00
parent dd5b0c8179
commit 2a60472dcb
23 changed files with 186 additions and 70 deletions

View File

@@ -0,0 +1,3 @@
function git-log-short
git log --pretty="%C(Yellow)%h %C(reset)%ad (%C(Green)%cr%C(reset))%x09 %C(Cyan)%an: %C(reset)%s"
end

View File

@@ -1,5 +1,6 @@
function pastebin
# cat $argv[1] | curl -F 'sprunge=<-' http://sprunge.us
# set -x HASTE_SERVER https://pste.gq
cat $argv[1] | haste --raw
# cat $argv[1] | haste --raw
cat $argv[1] | haste
end

View File

@@ -0,0 +1,3 @@
function qalc-history
qalc $argv[1] | tee -a /home/kevin/Documents/journal/personal/calc-history.md
end

View File

@@ -1,4 +1,4 @@
function task-next-rm
task $argv[1] modify -nx
task $argv[1] modify -next
and task
end

View File

@@ -1,4 +1,4 @@
function task-next
task $argv[1] modify +nx
task $argv[1] modify +next
and task
end

View File

@@ -0,0 +1,4 @@
function task-wait
task $argv[1] mod wait:+$argv[2]
and task
end

View File

@@ -0,0 +1,3 @@
function us-to-cad
qalc "$argv[1]\$ to CAD"
end