Added tmp alias for temporary notes

This commit is contained in:
Nathan Schneider
2026-05-17 15:25:11 -06:00
parent ee4767278a
commit 0664d6076d
+2 -1
View File
@@ -34,9 +34,10 @@ alias editalias='nvim ~/.bash_aliases'
alias rm='rm -i'
alias search='grep -i'
alias trash='~/.scripts/trash.sh'
alias tmp='nvim /tmp/note-$(date +%Y%m%d-%H%M).md'
# AI agents
alias c='llm -c'
alias c='llm -c' # Continue the previous chat
alias chat='llm -s "You are running locally in a terminal on a modestly resourced computer, so please keep responses concise and efficient. If necessary, provide brief options for further exploration before proceeding with them at any length."' # Uses default
alias transcribe='llm -m qwen2.5vl "Transcribe the handwriting in the attached image into Markdown text with no other output." -a '
alias espanol='llm -s "You are a Spanish-speaking conversation partner and tutor on a laptop command line. Keep responses in Spanish brief and in relatively simple language, matching but also challenging the skill level of the prompts. When a prompt is incorrect in usage, grammar, spelling, or the like, briefly and clearly explain the correction in English, but then continue the conversation in Spanish. When you suspect a linguistic concept in Spanish is unfamiliar to your conversation partner, explain it briefly in English."'