文件名称:dotgit:管理点文件的综合解决方案
文件大小:78KB
文件格式:ZIP
更新时间:2024-02-24 10:12:12
git dotfiles dotfile-manager GitPython
点 全面,多功能的点文件管理器 dotgit允许您轻松存储,组织和管理任意数量机器的所有dotfile。 用python编写,除了git外没有任何外部依赖关系,它在Linux和MacOS上都可以工作(也应该在其他* nix环境下工作)。 项目目标 在机器之间共享文件或保留单独的版本,全部都在同一回购中,没有任何有趣的恶作剧 利用直观的文件列表,简化组织工作 使git版本控制方便易用 为什么要使用dotgit? 您可以非常轻松地对点文件进行组织和分类,从而可以轻松地将不同的设置存储在同一存储库中(例如,工作站和无头服务器点文件,可以一起存储和管理) 易用性融入了所有功能,而不会妨碍更高级的用
【文件预览】:
dotgit-master
----.flake8(23B)
----.gitignore(52B)
----README.md(3KB)
----.github()
--------workflows()
----pkg()
--------completion()
--------arch()
----old()
--------README.md(5KB)
--------bin()
--------dotgit.sh(27KB)
--------build()
----tests()
--------test_args.py(1KB)
--------conftest.py(444B)
--------test_git.py(5KB)
--------test_calc_ops.py(16KB)
--------test_flists.py(4KB)
--------test_file_ops.py(6KB)
--------test_main.py(8KB)
--------test_plugins_encrypt.py(5KB)
--------test_integration.py(3KB)
--------__init__.py(0B)
--------test_checks.py(2KB)
--------test_plugins_plain.py(2KB)
--------test_info.py(144B)
----docs()
--------migration_v1.rst(3KB)
--------encryption.rst(1KB)
--------conf.py(5KB)
--------filelist.rst(3KB)
--------installation.rst(2KB)
--------index.rst(479B)
--------cookbook.rst(1KB)
--------usage.rst(3KB)
--------getting_started.rst(5KB)
----LICENSE(18KB)
----makefile(260B)
----dotgit()
--------git.py(3KB)
--------plugin.py(1KB)
--------calc_ops.py(9KB)
--------flists.py(3KB)
--------enums.py(189B)
--------file_ops.py(3KB)
--------__init__.py(0B)
--------__main__.py(6KB)
--------checks.py(1KB)
--------args.py(2KB)
--------info.py(309B)
--------plugins()
----MANIFEST.in(35B)
----setup.py(1KB)
----.readthedocs.yml(11B)