You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-8Lines changed: 9 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -153,12 +153,12 @@ Available `repos.repo_type` options:
153
153
- Ex: `:Octohub repos type:starred` - Display all repositories starred by the current user.
154
154
- Ex: `:Octohub repos lang:javascript` - Display all JavaScript repositories for the current user.
155
155
- 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.
160
160
- 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`.
162
162
-`:Octohub stats [user]`: Displays all stats (activity, contributions, repository data).
163
163
- Ex: `:Octohub stats theprimeagen` shows stats for `theprimeagen`.
164
164
-`: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:
174
174
All new `Octohub` commands support tab completion:
175
175
176
176
- 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
0 commit comments