Code Monkey home page Code Monkey logo

oohlaf / dotsecrets Goto Github PK

View Code? Open in Web Editor NEW
36.0 3.0 2.0 101 KB

DotSecrets is a tool to facilitate keeping your dotfiles in Git, including those with private information. The private information is filtered before committing to the repository. DotSecrets is able to symlink your dotfiles into your home directory similar to Stow.

License: BSD 3-Clause "New" or "Revised" License

Python 100.00%
python command-line-tool password-store git dotfiles clean smudge stow dotfiles-automation dotfiles-manager

dotsecrets's Issues

Unable to point dotsecrets to my dotfiles repo.

The program currently thinks that my dotfiles should only be under ~/dotfiles and is complaining that .dotfilters.yaml is not there. My dotfiles I currently keep under ~/workspace/active_projects/dotfiles and I would like to keep it that way. Are you willing to incorporate a way to give a custom dotfiles path?

Indicate Which Python

I had some issues with building this project due to it being Python 2 rather than Python 3. I had no idea until I searched for the missing dependency UserDict. This tripped me up because on Arch Linux the default Python is 3 instead of 2. It would be helpful to indicate this in the README or even to see what it will take to switch to 3.

load_secrets hangs on trying to load secrets file

When I go to run to dotsecrets smudge irssi, it just hangs until I do either an interrupt or end of file. I increased the logging level to debug and it gets as far as loading the file, but hangs after that point. I duplicated the code for parsing the yaml file, and it errors out with the following:

yaml.constructor.ConstructorError: could not determine a constructor for the tag '!Filter'

dotsecrets.yaml:

!Filter
name: irssi
secrets:
  sasl_username_1: myUsername
  sasl_password_1: myPassword

This is what I understood the readme to tell me to format the file as.

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.