calcurse icon indicating copy to clipboard operation
calcurse copied to clipboard

Read from multiple apts files

Open avidseeker opened this issue 1 year ago • 1 comments

Add the ability to read from multiple apts files. E.g: holidays.txt, school.txt, work.txt, apts.txt.

Currently:

$ calcurse -c apts.txt -c apts2.txt

Does not work.

avidseeker avatar Mar 08 '24 00:03 avidseeker

Workaround in zsh:

$ calcurse -c =(cat "$XDG_DATA_HOME"/calcurse/apts*)

With the obvious drawback of losing changes on save. Note that bash process substitution calcurse -c <(cat apts*) does not work because calcurse seems to lseek the apts file.

avidseeker avatar Jul 01 '24 18:07 avidseeker