osBins / srcdit

Edit and source dotfiles directly from the terminal

Home Page:https://pypi.org/project/srcdit/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

srcdit

Edit and source dotfiles directly from the terminal

Usage

srcdit <file> <key=value>

Example -

srcdit .zshrc ZSH_THEME="powerlevel10k/powerlevel10k"

Work In Progress!

  • Source edited files (Possible work around through shell script, since a subprocess spawns through Python) - Wrap Python script in a Shell script, but that won't allow sourcing for the PyPi version. Might need to port.
  • Debug

Source Code

GitHub Link

About

Edit and source dotfiles directly from the terminal

https://pypi.org/project/srcdit/

License:MIT License


Languages

Language:Python 92.3%Language:Shell 7.7%