Skip to content

Commit 0feaa26

Browse files
committed
docs: udpate instructions
1 parent 96f69f2 commit 0feaa26

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -153,12 +153,12 @@ Available `repos.repo_type` options:
153153
- Ex: `:Octohub repos type:starred` - Display all repositories starred by the current user.
154154
- Ex: `:Octohub repos lang:javascript` - Display all JavaScript repositories for the current user.
155155
- Ex: `:Octohub` - Same as `:Octohub repos` for the current user.
156-
- `:Octohub repos languages [user]`: Opens an interactive language picker to filter repositories by programming language.
157-
- Ex: `:Octohub repos languages` - Show language picker for the current user.
158-
- Ex: `:Octohub repos languages 2kabhishek` - Show language picker for user `2kabhishek`.
159-
- `:Octohub repo <name> [user]`: Opens a specified repository, optionally by a user.
156+
- `:Octohub repos languages [user]`: Opens an interactive language picker to filter repositories by programming language.
157+
- Ex: `:Octohub repos languages` - Show language picker for the current user.
158+
- Ex: `:Octohub repos languages 2kabhishek` - Show language picker for user `2kabhishek`.
159+
- `:Octohub repo <name>` or `:Octohub repo <owner/name>`: Opens a specified repository.
160160
- Ex: `:Octohub repo octohub.nvim` - Clone the repository `octohub.nvim` from the current user.
161-
- Ex: `:Octohub repo octohub.nvim 2kabhishek` - Clone the repository `octohub.nvim` from the user `2kabhishek`.
161+
- Ex: `:Octohub repo 2kabhishek/octohub.nvim` - Clone the repository `octohub.nvim` from the user `2kabhishek`.
162162
- `:Octohub stats [user]`: Displays all stats (activity, contributions, repository data).
163163
- Ex: `:Octohub stats theprimeagen` shows stats for `theprimeagen`.
164164
- `:Octohub stats activity [user] [count:N]`: Displays recent activity for a user, with an optional count.
@@ -174,9 +174,10 @@ Available `repos.repo_type` options:
174174
All new `Octohub` commands support tab completion:
175175

176176
- Subcommands: `repos`, `repo`, `stats`, `web`
177-
- Parameters: `sort:created`, `sort:forks`, `type:archived`, `type:private`, `lang:javascript`, etc.
178-
- Dynamic language completion: `lang:` options are automatically populated based on your actual repository languages
179-
- Context-aware completion based on the current command
177+
- `repos`: `sort:created`, `sort:forks`, `type:archived`, `type:private`, `lang:javascript`, etc. `lang` completions are powered by your repos' languages.
178+
- `repo`: provides completion for your own repo names
179+
- `stats`: `activity`, `contributions`, `repo`
180+
- `web`: `profile`, `repo`
180181

181182
#### Utility Commands
182183

0 commit comments

Comments
 (0)