Skip to content

Commit

Permalink
add calcurse
Browse files Browse the repository at this point in the history
  • Loading branch information
flexagoon committed Feb 11, 2024
1 parent 2cabf96 commit 90c97f2
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions programs/calcurse.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "calcurse",
"files": [
{
"path": "$HOME/.calcurse",
"movable": true,
"help": "Supported by default, but old location will be used if it exists.\n\nYou can move the directories like this:\n```bash\nmkdir -p \"$XDG_CONFIG_HOME\"/calcurse\nmkdir -p \"$XDG_DATA_HOME\"/calcurse\nmv ~/.calcurse/___{apts,notes,todo} \"$XDG_DATA_HOME\"/calcurse\nmv ~/.calcurse/___{conf,hooks,keys} \"$XDG_CONFIG_HOME\"/calcurse\nrm -rv ~/.calcurse\n```\n"
}
]
}

0 comments on commit 90c97f2

Please sign in to comment.