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

Create a console program to sync #4

Open
3 tasks
adonyssantos opened this issue Mar 25, 2024 · 2 comments
Open
3 tasks

Create a console program to sync #4

adonyssantos opened this issue Mar 25, 2024 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@adonyssantos
Copy link
Owner

The idea

Create a console program to perform this process in a simplified way.

Eg:

First time (creating the BK).

git-config-sync login --github
git-config-sync set-folder /home/username/
git-config-sync set-repo adonyssantos/git-config-sync
git-config-sync push

Maybe set-folder and set-repo could be summarized in one command. Eg: git-config-sync set /home/username/ adonyssantos/git-config-sync.

Other times (to download the BK).

git-config-sync login --github
git-config-sync set-folder /home/username/
git-config-sync set-repo adonyssantos/git-config-sync
git-config-sync pull

Roadmap

  • Create a bash script
  • Create an NPM package
  • Create a binary for Linux, Mac, and Windows
@adonyssantos adonyssantos added enhancement New feature or request help wanted Extra attention is needed labels Mar 25, 2024
@jcorona48
Copy link

It would be interesting to add a page where you can upload personal configurations and make it like a catalog where any user can copy another user's configuration if it is public.

@adonyssantos
Copy link
Owner Author

It would be interesting to add a page where you can upload personal configurations and make it like a catalog where any user can copy another user's configuration if it is public.

That's a good idea, maybe we can do that using Astro and Palm Tree 2.0 (A classless CSS open-source library that I'm building).

@adonyssantos adonyssantos pinned this issue Mar 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants