https://github.com/panicbit/frob
https://github.com/panicbit/frob
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/panicbit/frob
- Owner: panicbit
- Created: 2021-12-02T21:44:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-06T00:59:12.000Z (over 3 years ago)
- Last Synced: 2025-12-25T21:14:16.523Z (6 months ago)
- Language: Rust
- Size: 46.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Introduction
Frob is a collection of useful tools for providing a good experience on minimal desktop environments (e.g. i3).
# Installation
```
cargo install frob --git https://github.com/panicbit/frob
```
You can also install any direct subcommand of `frob` as standalone tool by substituting `frob` in the above command with `frob-`.
E.g. to install `frob volume` as standalone tool use:
```
cargo install frob-volume --git https://github.com/panicbit/frob
```
See below for an overview of possible subcommands.
# Subcommand Overview
```
frob
brightness
up
down
get
set
list
monitor
cycle
volume
up
down
get
set
toggle-mute
```
The first level of `frob` subcommands can also be installed as individual tools e.g. `frob-volume`.