stag
stag
Filesystem tags.
Hierarchically tag filesystem entries and generate/synchronize a filesystem hierarchy of directories and symlinks based on the tagged entries.
The difference between the virtual filesystem and actual filesystem is calculated and only the changes are applied when synchronizing.
Powered by
Example
Note: The CLI is not complete yet and this example is purely hypothetical until this notice is removed.
$ pwd
/home/dg/Stuff
$ ls -al
drwxr-xr-x 5 dg dg 4096 Feb 21 20:05 mcu_project
drwxr-xr-x 5 dg dg 4096 Feb 21 20:05 raspi_project
$ stag create mcu_project --name "MCU Project" --tags Electronics/Projects,Programming/Projects
$ stag create raspi_project --name "Raspberry Pi Project" --tags Electronics/Projects,Linux
$ tree ~/.local/share/stag/fs Insert zsh 1 master 2020-02-29 10:44 PM
/home/dg/.local/share/stag/fs
├── Electronics
│ └── Projects
│ ├── MCU Project -> /home/dg/Stuff/mcu_project
│ └── Raspberry Pi Project -> /home/dg/Stuff/raspi_project
├── Linux
│ └── Raspberry Pi Project -> /home/dg/Stuff/raspi_project
└── Programming
└── Projects
└── MCU Project -> /home/dg/Stuff/mcu_project
5 directories, 4 files
Installation
TODO: Write installation instructions here
Usage
TODO: Write usage instructions here
Development
TODO: Write development instructions here
Contributing
- Fork it (https://github.com/your-github-user/stag/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- Ryan Scott Lewis - creator and maintainer
Repository
stag
Owner
Statistic
- 5
- 0
- 7
- 0
- 3
- over 4 years ago
- February 20, 2020
License
MIT License
Links
Synced at
Sun, 17 Nov 2024 21:11:59 GMT
Languages