1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-23 08:22:09 +02:00
tldr/pages/common/bob.md
Kristian f7fa518bca
bob: add page (#10130)
* bob: add page

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-05-02 21:14:36 +05:30

24 lines
551 B
Markdown

# bob
> Manage and switch between Neovim versions.
> More information: <https://github.com/MordechaiHadad/bob>.
- Install and switch to the specified version of Neovim:
`bob use {{nightly|stable|latest|version_string|commit_hash}}`
- List installed and currently used versions of Neovim:
`bob list`
- Uninstall the specified version of Neovim:
`bob uninstall {{nightly|stable|latest|version_string|commit_hash}}`
- Uninstall Neovim and erase any changes `bob` has made:
`bob erase`
- Roll back to a previous nightly version:
`bob rollback`