Skip to content

A simple bash script to copy a line from a file to the clipboard

License

Notifications You must be signed in to change notification settings

flufficat/Qwerty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Qwerty

A simple bash tool to copy a line from a file to the clipboard

Usage

  1. qwerty [-e] <file>
  2. Select the line you want to copy or search for it in rofi/wofi.
  3. Done. Just paste it.

Options

-e --edit after selecting the line in rofi/wofi, open it in an editor, edit it and save that to the clipboard instead

Dependencies

(you will need to download them yourself if they arent already installed)

Xorg

Wayland

Install

  1. Download the qwerty script.
  2. Run chmod +x qwerty
  3. Place the qwerty script into the PATH such as ~/.local/bin or /usr/local/bin

Optional steps

  1. If you want to run it when you right-click on a file there is also a provided .desktop file and image for it. Just put the .desktop file wherever you put them, typically ~/.local/share/applications
  2. Then put the folder with the image in your data folder, typically ~/.local/share If you are unsure where this is run echo $XDG_DATA_HOME

About

A simple bash script to copy a line from a file to the clipboard

Resources

License

Stars

Watchers

Forks

Languages