A command line tool for creating and managing multiple repositories.
bash
cargo install mure
$HOME/.mure.toml ... configuration file
$HOME/.dev ... development directory
$HOME/.dev/repo ... repositories directory
When you clone a repository, it will be clone into the $HOME/.dev/repo/github.com/{owner}/{repo}
directory.
mure init
(Not implemented yet)Generate .mure.toml
file in home directory.
mure clone
clone the repository to the common directory.
And makes symbolic links to the working repository.
bash
mure clone <url>
mure issues
shows the list of issues and pull requests of all repositories.
Example:
mure refresh
updates the repository.
BSD-3-Clause