Benjmhart / clipqueue

a terminal clipboard manager written in haskell + Javascript
0 stars 0 forks source link

support multiple snippet lists #21

Open Benjmhart opened 5 years ago

Benjmhart commented 5 years ago

the user might want to supply files to be used

  1. change state to a cursor of cursors
  2. swap out cursor structure to allow cursor to be empty (point at nothing)
  3. 3 process multiple files as arguments
  4. allow a config file to be read (Yaml) which specifies the list files to be used.
Benjmhart commented 5 years ago

add controls for moving the current snippet to the left/right and moving it up and down

add a control to introduce an empty block in the current queue