Save Typing

Save Typing 

q is a command line tool to optimize your work easily. This command line tool is made for Linux users. Window users can easily change the default directly in the source and compile it on windows.

necessity:

 There will be no need to type repeatedly. instead, we can create a shortcut called key. Save the command as a value, and then call it by key, saving our typing time each time with seperate arguments each time.

Github Link:

https://github.com/chintu4/savetypeing



Arguments:

p                To print the keys and values in the command line(CLI)

r                To remove the unwanted key

w              To enter value top command line 

Arguments explanation:

  1. p: Sometimes you forget your keys. p argument helps you directly print the content to the command line. Example: q p
  2. w: add key and values '.Remember to add single quotes in if you have words involving space. Example: q w key 'echo HelloWorld! '
  3. d: If you wanted to remove a specific key

More Example:

Set command:

q w install ‘sudo apt install ‘

Use command:

q install vim

Executed as:

sudo apt install vim







No comments: