Giter Site home page Giter Site logo

hoard's People

Contributors

scottrobbins avatar

Stargazers

 avatar  avatar

Watchers

 avatar

hoard's Issues

Add Library Support

I want this to be able to be used as a part of a Swift script just to build bigger personal automation tools for myself

Think about automation to always keep your files up to date

I frequently forget to run hoard collect and hoard distribute. Then by the time I finally do I always have a conflict. They're really easy to resolve but there has to be a smoother process. It'd be great if there was some way to keep this up to date more frequently and avoid these conflicts.

Add linux support

This could also help with people (and myself) who develop on linux.

Check for possible secret keys in files

You don't want to upload unencrypted secrets. It would be nice if we used some tool (I didn't write) to check for secrets in any of these files and warn users before committing and pushing them.

It should also have an ability to opt in/out to this feature on a global level and a file level.

(Maybe) Add ability to encrypt file in repository

Idk what the best tool to do this would be or the best way to do it, but it'd be cool if you could store secrets in one of these repos by encrypting the file before collecting, and decrypting when redistributing.

But I would need to seriously consider if I am confident enough in the encryption used and my implementation to have this open source.

Do not add file extension on dotfiles

Right now i will take something like .zshrc and then call it something like my-zshrc.zshrc. a dotfile does not have an extension, it should just be my-zshrc.

Move to SwiftBuildTools account

When this is at a point where I think it's a solid tool for more than just me, I would like to move it to my SwiftBuildTools account

Make static library

It'd make distributing this type of tool so much easier if it could be distributed and used w/o Swift installed

Add comment to README about secrets

Add comment to README explaining that people should not have unencrypted secrets in the files they are collecting, and this tool does not check for them.

Add ability to distribute files from the git repo

This is the other half of this tool really. It should use that same configuration to grab files from the git repo and re-distribute them onto the user's machine.

This will do overwrites, so it would be good if we could make a copy of the file it's overwriting and save it there under a different name before writing over it. As an improvement, if we could hash the new file and put that in the name of the renmaed one it would be useful to try to avoid overwriting that twice because of running the distribute command twice and needlessly destroying the file that was overwritten.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.