Forrest logo
back to context overview

bob

List of commands for bob:

  • bob:ai:2a30c Allow user bob to restart nginx service without password using systemctl
    $ bob ALL=(ALL) NOPASSWD: /bin/systemctl restart nginx
    try on your machine
    explain this command
  • bob:tldr:2203f bob: List installed and currently used versions of Neovim.
    $ bob list
    try on your machine
    explain this command
  • bob:tldr:43afc bob: Uninstall Neovim and erase any changes `bob` has made.
    $ bob erase
    try on your machine
    explain this command
  • bob:tldr:76571 bob: Install and switch to the specified version of Neovim.
    $ bob use ${select}
    try on your machine
    explain this command
  • bob:tldr:87343 bob: Roll back to a previous nightly version.
    $ bob rollback
    try on your machine
    explain this command
  • bob:tldr:d4118 bob: Uninstall the specified version of Neovim.
    $ bob uninstall ${select}
    try on your machine
    explain this command
back to context overview