https://github.com/instantos/imosid-next
a rewrite/refactor thingy of imosid
https://github.com/instantos/imosid-next
Last synced: 5 months ago
JSON representation
a rewrite/refactor thingy of imosid
- Host: GitHub
- URL: https://github.com/instantos/imosid-next
- Owner: instantOS
- License: gpl-2.0
- Created: 2023-02-10T17:49:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-23T10:21:01.000Z (almost 3 years ago)
- Last Synced: 2024-05-23T08:23:10.206Z (about 2 years ago)
- Language: Rust
- Size: 186 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# imosid
## What is this
this is a refactor/rewrite of imosid. It's not yet feature complete, but is
aiming to clean up the codebase.
( Instant Manager Of Sections In Dotfiles )
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 from source
```sh
cargo install --git https://github.com/instantos/imosid
```
## Refactoring TODO
redo tests