1
0
Fork
You've already forked bee
0
tiny opinionated project/git helper
  • Python 87.3%
  • Nix 12.7%
2026年06月08日 04:19:24 -04:00
.gitignore testing nix flake 2026年04月20日 16:01:08 -04:00
.session.vim wip: tinkering, still figuring out what I want to implement 2026年03月31日 23:55:30 -04:00
bee feat: add init(), update lister(), update README.md and fix example url in example config 2026年06月08日 04:19:24 -04:00
default.nix add(new command): edit remote url 2026年04月22日 20:30:35 -04:00
example.config.ini feat: add init(), update lister(), update README.md and fix example url in example config 2026年06月08日 04:19:24 -04:00
flake.lock testing nix flake 2026年04月20日 16:01:08 -04:00
flake.nix trying to fix flake 2026年04月20日 16:20:55 -04:00
pyproject.toml testing nix flake 2026年04月20日 16:01:08 -04:00
README.md update: add example config; update readme, references and todos 2026年04月20日 16:59:59 -04:00
REFERENCES.md update: add example config; update readme, references and todos 2026年04月20日 16:59:59 -04:00
TODO.md feat: add init(), update lister(), update README.md and fix example url in example config 2026年06月08日 04:19:24 -04:00

About

Tiny git utility written with python std lib.

For Linux only, may work on MacOS (untested)

Usage

Use bee help | -h to read help

Usage:
 bee [options] [args]
Options:
 status | -st >> Get status of all tracked repos <list>
 list | -ls >> List tracked repos <list>
 sync | -sy >> Pull changes from remote repos
 lazygit | -lg >> Use lazygit to loop and commit local changes in repos
 help | -h >> Print help
 version | -v >> Print version

Config

See example.config.ini for what your config should look like.

Config file should be ~/.config/bee/config.ini