Skip to content

AskSkivdal/shortcuts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shortcuts

This is a shortcuts cli tool for shortening commands. It reads text files from the users config directory. To add shortcuts add a file with just the name and in the file you put the commands.

Examples

~/.config/shortcuts/ollama

ollama run llama3.2:1b
ollama run llama3.2:3b

ollama run qwen2.5-coder:3b
ollama run qwen2.5-coder:7b
ollama run qwen2.5-coder:14b

~/.bashrc

alias llms='eval "$(shortcuts ollama)"'

About

A linux cli tool for running preset configurable commands.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages