https://github.com/instantos/imosid
instant manager of sections in dotfiles
https://github.com/instantos/imosid
Last synced: about 1 year ago
JSON representation
instant manager of sections in dotfiles
- Host: GitHub
- URL: https://github.com/instantos/imosid
- Owner: instantOS
- License: gpl-2.0
- Created: 2021-06-27T18:11:46.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-09-21T09:26:43.000Z (almost 3 years ago)
- Last Synced: 2024-05-23T08:23:15.936Z (about 2 years ago)
- Language: Rust
- Size: 139 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# imosid
A config file manager that leaves the user alone
## Links
- Docs: https://instantos.io/docs/development/imosid
- Arch package release available from: https://packages.instantos.io/
[](https://asciinema.org/a/423508)
Planned features
- [X] autodetect comment syntax for files
- [ ] compare hashes of sections with upstream files
- [ ] syntax to combine multiple imosid comments into one line
- [ ] Other section sources
- [ ] http
- [ ] git
- [ ] ipfs
- [ ] ipns
- [X] colored/styled output
Refactor stuff
- traits for metafile/specialfile?
## Installation
### Crates.io
```sh
cargo install imosid
```
### From source
```sh
cargo install --git https://github.com/instantos/imosid
```