Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read from multiple apts files #484

Open
avidseeker opened this issue Mar 8, 2024 · 1 comment
Open

Read from multiple apts files #484

avidseeker opened this issue Mar 8, 2024 · 1 comment

Comments

@avidseeker
Copy link

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
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant