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

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

Open
bbugyi200 opened this issue Oct 6, 2018 · 1 comment
Open

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

bbugyi200 opened this issue Oct 6, 2018 · 1 comment
Labels
Type: Feature New feature or request.

Comments

@bbugyi200
Copy link
Owner

bbugyi200 commented Oct 6, 2018

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 bbugyi200 changed the title Use global sqlite database instead of per-directory .localalias DB Use global sqlite database instead of per-directory .funky DB Nov 14, 2018
@bbugyi200 bbugyi200 added the Type: Feature New feature or request. label Jul 20, 2019
@bchopson
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature New feature or request.
Projects
None yet
Development

No branches or pull requests

2 participants