Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Prayag2 committed Mar 4, 2021
2 parents bbf67dc + 360beba commit f0e277c
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
16 changes: 6 additions & 10 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,19 @@ assignees: ''
**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**To reproduce**
Steps to reproduce the behavior. [click this, type that, see error]

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
**System information**
- OS or Linux distribution: [Ubuntu, Arch, ...]
- How did you install Konsave? [from the distro's package manager, using pip, directly from git, ...]
- What version of Konsave are you using? Did you try updating?

**Additional context**
Add any other context about the problem here.
14 changes: 9 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,20 @@ There are no dependencies! Just make sure your python version is above `3.8`.

## Usage
### Get Help
`konsave -h`
`konsave -h` or `konsave --help`
### Save current configuration as a profile
`konsave -s <profile name>`
`konsave -s <profile name>` or `konsave --save <profile name>`
### List all profiles
`konsave -l`
`konsave -l` or `konsave --list`
### Remove a profile
`konsave -r <profile id>`
`konsave -r <profile id>` or `konsave --remove <profile id>`
### Apply a profile
`konsave -a <profile id>`
`konsave -a <profile id>` or `konsave --apply <profile id>`
You may need to log out and log in to see all the changes.
### Export a profile as a ".knsv" file to share it with your friends!
`konsave -e <profile id>` or `konsave --export-profile <profile id>`
### Import a ".knsv file
`konsave -i <path to the file>` or `konsave --import-profile <path to the file>`
## Contribution
You can contribute by reporting issues or fixing bugs!

Expand Down

0 comments on commit f0e277c

Please sign in to comment.