MLeidel / ctx

command-line clipboard text saving / retrieving (exchange)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ctx

command-line clipboard text saving / retrieving (exchange)

Wrote this for fun. Don't know if I'll really use it much.
Incorporates several new functions I've added to the myc.h project.
Writing C functions to do higher level stuff is fun 😊

ctx lets you save and recall text from/to your system clipboard or command-line,
in order to recall previous saved text back to your clipboard.

Currently ctx has 5 functions:

  • (many args saves as one string to list)
  • (s) pastes clipboard contents to list
  • (d) deletes a saved item from list
  • (l) lists items and prompts to put an item back in the clipboard
  • (m) moves a saved item from the list to index 0 of the list

ctx

Makes heavy use of the my_h c library:

readfile  
open_for_write, open_for_append  
strcon  
clr_fg color codes sturcture  
contains  
cbcopy  
cbpaste  
list_def  
list_split  
list_display  
list_remove
list_inject
list_string

see: my_h c library


About

command-line clipboard text saving / retrieving (exchange)

License:GNU General Public License v3.0


Languages

Language:C 100.0%