jbrooksuk / artisan.page

A bookmarkable, searchable cheatsheet for Laravel's Artisan commands.
https://artisan.page
Other
387 stars 44 forks source link

Add sub-command navigation. #37

Closed passionryan closed 1 year ago

passionryan commented 1 year ago

For example, when selecting "php artisan make:xxx," every time you want to switch to another "make" command, you have to scroll back to the top of the screen, which is a poor user experience. I suggest adding a floating secondary navigation on the right side, specifically for the sub-commands under "make."

jbrooksuk commented 1 year ago

Not a bad shout. For now, I've merged https://github.com/jbrooksuk/artisan.page/pull/33/ which makes the sidebar sticky, so you can at least see the commands while you look at other ones.

passionryan commented 1 year ago

Yea, add search block to the sidebar sticky.

jbrooksuk commented 1 year ago

You can press /, Ctrl+k or ⌘+k to focus the search bar.