Skip to content
This repository has been archived by the owner on Jan 12, 2025. It is now read-only.

Commit

Permalink
README: info about restore/backup feature
Browse files Browse the repository at this point in the history
Signed-off-by: Dylan Turner <[email protected]>
  • Loading branch information
blueOkiris committed Mar 6, 2023
1 parent 3975851 commit 5cecde6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,13 @@ There are 5 commands supported by the aip-man:
+ Usage: `aipman run <app-name> [args]...`
+ This command will run one of your installed apps, so you don't have to navigate to the install directory to launch them.
+ You can also pass any number of arguments to the AppImage if you so choose.
- Restore
+ Usage: `aipman restore`
+ This command will take the backup file `.aipman_backup.tar.gz` and unpack it where ~/Applications used to be.

Additionally, if you want to review changes first, you can add the --ask/-a tag which will cause the application to ask you if you want to continue. Defaults to yes.
There are two additional options that can be passed in before providing a subcommand:
- If you want to review changes first, you can add the --ask/-a tag which will cause the application to ask you if you want to continue. Defaults to yes.
- If you want to create a backup before making a change, you can use the --backup/-b tag that can be restored from via `aipman restore`

## Contributing

Expand Down

0 comments on commit 5cecde6

Please sign in to comment.