Skip to content

Commit

Permalink
1.1.0 commands
Browse files Browse the repository at this point in the history
  • Loading branch information
fndov authored Oct 30, 2024
1 parent 923f41c commit 7196ec1
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,39 +8,40 @@ NixOS Multipurpose CLI/TUI Utility.
### Commands:
```
Settings:
--github Connect your dedicated GitHub repository to store backups
sync Connect your dedicated GitHub repository to store backups
Info commands:
--help Show this help message and exit
--version Display current nixedit version
help Show this help message and exit
version Display current nixedit version
Terminal user interface:
--tui Open dialog
tui Open dialog
Singular options: (some have short options '-i')
--search Search packages
--configure Open configuration
--add Add package to configuration
--remove Remove package from configuration
--install Install package to systems
--uninstall Uninstall package from system
--upload Upload configuration
--update Update nixpkgs & search, databases
--rebuild Rebuild system
--profile List existing profiles
--generation List existing generations
--delete Delete packages & profiles
--optimise Optimize Nix storage
--graph Browse dependency graph
--find Find local packages
search Search packages
configure Open configuration
add Add package to configuration
remove Remove package from configuration
install Install package to systems
uninstall Uninstall package from system
upload Upload configuration
update Update system and database
rebuild Rebuild system and switch
build Build system and not switch
profile List existing profiles
generation List existing generations
collect Collect packages & profiles
optimise Optimize Nix storage
graph Browse dependency graph
find Find local packages
If no option is provided, the default operation will:
- Perform a search
- Open the configuration file for editing
- Update channel
- Rebuild the system
- Upload configuration
- Delete old packages
- Collect outdated packages
- Optimise package storage
```
### Installation Instructions
Expand Down

0 comments on commit 7196ec1

Please sign in to comment.