Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/deifyed/repoview
A tool to view local repositories across remote machines or users
https://github.com/deifyed/repoview
git
Last synced: about 1 month ago
JSON representation
A tool to view local repositories across remote machines or users
- Host: GitHub
- URL: https://github.com/deifyed/repoview
- Owner: deifyed
- License: mit
- Created: 2024-11-30T11:02:45.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-12-01T18:44:09.000Z (about 1 month ago)
- Last Synced: 2024-12-01T19:20:00.625Z (about 1 month ago)
- Topics: git
- Language: Go
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# repoview
⚠⚠ Beware ⚠⚠
This piece of software cannot be considered stable## Description
A tool to keep track of your repository statuses across multiple users and hosts.
## Usage
### Initial
Create a repository for data. Point to that data in your `${HOME}/.config/repoview/config.yaml`. An example
configuration file can be found [here](./docs/config.yaml).### Everyday usage
```shell
# First, enroll a repository on all relevant users and systems
repoview enroll .# Add and enable systemd unit to run repoview push on shutdown
# not yet implemented. well, the push command is, just not the unit file
# in other words; find a neat place to put `repoview push`# Whenever you're in doubt, check the statuses of a repository
repoview status
```## Install
Install the binary into `${HOME}/.local/bin` by default. Make sure it's in your PATH. Alternatively choose location with
`PREFIX````shell
make build && make install
```## Roadmap
- [ ] Unit file for auto pushes
- [ ] ?? something about branch info, maybe