Skip to content

kepler155c/quickcommands

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quick Commands (command line script manager)

Quick Commands for linux terminals. Manage scriptlets and directory locations for quickly saving and executing commands as well as shortcuts to favorite directories.

Usage

x help Display usage - includes 15 standard commands for managing scriptlets and directories

xls List saved scriptlets

xr <name> <command> <arg> <arg> Remember a scriptlet

Example: xr catp cat /ect/profile

xed <name> Edit a scriptlet

Example: xed catp

x <name> Execute a scriptlet

Example: x catp

cr <name> Save a directory shorcut

Example: cd ~/tmp; cr tmp

c <name> Jump to a saved directory shortcut

Example: c tmp

Installation

  • Copy files into ~/home/.qc

  • Add to .bashrc or .profile:

if [ "$PS1" ]; then
  export QUICKCMDS=~/.qc
  . $QUICKCMDS/.qc.sh
fi

About

Quick Commands for linux terminals

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages