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

Make a way of caching gists completely #41

Open
nicferrier opened this issue Feb 11, 2013 · 2 comments
Open

Make a way of caching gists completely #41

nicferrier opened this issue Feb 11, 2013 · 2 comments
Assignees
Labels

Comments

@nicferrier
Copy link

First off, this is a brilliant brilliant tool. I really love it.

Second, I'd really like a way to just download all my gists and keep them locally (in my .emacs.d somewhere ideally).

I might have a go at hacking it together myself but I thought I'd create the issue here anyway to get your thoughts on the idea.

@sigma
Copy link
Collaborator

sigma commented Feb 19, 2013

I'm not sure what would be the right approach. I see mostly 2:

  • have a filesystem-based version of the caching code, and probably use some .dir-locals.el file to keep pushing modifications at save time
  • or go the full git way, and actually clone the gists, but then one would have to handle them manually for updates

Maybe both options should be provided, actually...

@nicferrier
Copy link
Author

I prefer the latter. I think in memory and full git clone would be what I was interested in.

@ghost ghost assigned sigma Mar 18, 2013
Repository owner deleted a comment from FITOLOPEUNSOIX Jun 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants