Skip to content

Commit

Permalink
v2.3.0 - claridy context of commands in README
Browse files Browse the repository at this point in the history
  • Loading branch information
robole committed Jun 6, 2024
1 parent 01aad0e commit f1fe58a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project are documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/-0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.3.0] - 2024-06-06

### Changed

- Edit the subheadings of the "Commands" section in the README. I want to make the context clear e.g. which commands work on the current workspace.

## [2.2.0] - 2023-12-13

### Changed
Expand Down
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,7 @@ You may want to edit a file in an app specific to that file type. For example, I

The following commands can be run from the Command Palette (`Ctrl+Shift+P`). They are categorised below:

### File Actions

These commands are scoped to the active workspace.
### File actions on the current workspace

1. `File Bunny: Open File`: Choose a file to open from the current workspace.
1. `File Bunny: Open File to the Right`: Choose a file to open from the current workspace, and split it to the right of the active editor.
Expand All @@ -98,7 +96,7 @@ These commands are scoped to the active workspace.
1. `File Bunny: Duplicate File`: Choose a file to duplicate to another location in the current workspace.
1. `File Bunny: Delete File`: Choose a file to delete from the current workspace. The file is put into the trash (recycle bin).

### File actions on active file
### File actions on the active file

1. `File Bunny: Open Active File in External Default App`: Open the active file in the system default app.
1. `File Bunny: Move Active File`: Move the active file to another location in the current workspace.
Expand All @@ -108,9 +106,10 @@ These commands are scoped to the active workspace.

### Folder actions

These commands are scoped to the active workspace.

1. `File Bunny: Open Folder`: Choose a folder to open as the workspace.

### Folder actions on the current workspace

1. `File Bunny: Open Workspace Folder in External Default App`: Open the current workspace folder in the system file explorer.
1. `File Bunny: Open Folder in External Default App`: Open a folder from the current workspace in the system file explorer.
1. `File Bunny: Create New Folder`: Create a new folder in the current workspace.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"description": "Perform file actions quickly with keyboard-driven file selection. 🐰⌨️",
"icon": "img/logo.png",
"version": "2.2.0",
"version": "2.3.0",
"engines": {
"vscode": "^1.84.0",
"node": ">=12"
Expand Down

0 comments on commit f1fe58a

Please sign in to comment.