| Crates.io | qas |
| lib.rs | qas |
| version | 0.1.0 |
| created_at | 2023-03-07 03:46:41.891592+00 |
| updated_at | 2023-03-07 03:46:41.891592+00 |
| description | Easily manage multiple FLOSS repositories |
| homepage | |
| repository | https://github.com/easbarba/qas |
| max_upload_size | |
| id | 803257 |
| size | 52,992 |
Easily manage multiple FLOSS repositories
TODO
qas consumes configuration in the following manners:
By default it looks for configuration files at $XDG_CONFIG/qas or in the
directory set in the $QAS_CONFIG_HOME environment variable.
qas --grab
Of course, a JSON configuration file can provide projects;
qas --grab --json ~/Downloads/misc.json
or it consumes even a REST API JSON resource providing all the projects.
qas --grab --api localhost:5000/configs
PS: an API example is at: https://github.com/easbarba/qas_api.
A qas single configuration file:
[
{
"name": "awesomewm",
"branch": "master",
"url": "https://github.com/awesomeWM/awesome"
},
{
"name": "nuxt",
"branch": "main",
"url": "https://github.com/nuxt/framework"
}
]
More examples of configuration files are at docs/examples.
Consult qas --help for more options.
In a system with GNU Guix binary installed, its even easier to grab all
dependencies: guix shell.
Check the TODO.md for more information.