···11+# ❄ Rui
22+33+Rui is my personal NixOS flake manager. It isn't very unique to my system at the
44+moment, so anyone can use it.
55+66+## Some Useful Commands
77+88+- `rui edit` - Open and edit your flake directory from anywhere
99+- `rui home/os switch` - Rebuild and switch your home or OS flake configuration
1010+ from anywhere
1111+- `rui home news` - Show the latest news from your Home Manager configuration
1212+ packages
1313+1414+Rui checks the `FLAKE` environment variable for the path to your flake
1515+directory.
1616+1717+Rui looks at the `FLAKE_EDITOR` environment variable for the editor to use when
1818+opening the flake directory, but falls back to `EDITOR` if it isn't set.
1919+2020+## `--help`
2121+2222+```text
2323+NAME:
2424+ rui - A new cli application
2525+2626+USAGE:
2727+ rui [global options] command [command options]
2828+2929+DESCRIPTION:
3030+ Personal NixOS Flake Manager
3131+3232+AUTHOR:
3333+ Fuwn <contact@fuwn.me>
3434+3535+COMMANDS:
3636+ home
3737+ os
3838+ edit
3939+ help, h Shows a list of commands or help for one command
4040+4141+GLOBAL OPTIONS:
4242+ --help, -h show help
4343+4444+COPYRIGHT:
4545+ Copyright (c) 2024-2024 Fuwn
4646+```
4747+4848+## Licence
4949+5050+This project is licensed with the [GNU General Public License v3.0](./LICENSE.txt).