Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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