Forrest logo
back to context overview

atuin

List of commands for atuin:

  • atuin:tldr:20c7c atuin: Import history from the shell default history file.
    $ atuin import auto
    try on your machine
    explain this command
  • atuin:tldr:3b185 atuin: Login to the default sync server.
    $ atuin login -u ${username} -p ${password}
    try on your machine
    explain this command
  • atuin:tldr:811d7 atuin: Sync history with the sync server.
    $ atuin sync
    try on your machine
    explain this command
  • atuin:tldr:97a40 atuin: Search shell history for a specific command.
    $ atuin search ${command}
    try on your machine
    explain this command
  • atuin:tldr:a3916 atuin: Install atuin into your shell.
    $ eval "$(atuin init ${select})"
    try on your machine
    explain this command
  • atuin:tldr:babc8 atuin: Register an account on the default sync server.
    $ atuin register -u ${username} -e ${email} -p ${password}
    try on your machine
    explain this command
back to context overview