funky icon indicating copy to clipboard operation
funky copied to clipboard

Use global sqlite database instead of per-directory .funky DB

Open bbugyi200 opened this issue 6 years ago • 1 comments

There are several benefits to making this change, including but not limited to:

  • Removes the need for .funky files which clutter up project directories.
  • Enables local funks to be created in directories the user does not have write permissions for (e.g. system directories)
  • Relational database allows for the creation of "parent-child" relationships between sets of funks.

bbugyi200 avatar Oct 06 '18 15:10 bbugyi200

In addition, this would mitigate the danger of someone sneaking a .funky file into a directory which aliases cd to rm -rf / :sweat_smile:

bchopson avatar Jun 30 '22 13:06 bchopson