How are you saving favorite invocations?

This page summarizes the projects mentioned and recommended in the original post on /r/commandline

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • fzf

    :cherry_blossom: A command-line fuzzy finder

  • For commands that are used more often, I just rely on the shell history - configured to keep all the previous commands - and I use the search-as-you-type feature of fzf to quickly list and run the command.

    I like navi for this https://github.com/denisidoro/navi

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • I either write an alias in my '/.zshrc' or use a quick simple script I wrote to make and edit a script in one command https://gitlab.com/Robertkaye/bash_scripts/mks/

  • F-dotfiles

    Sane organization scheme for your dotfiles. Managing them used to be a pain.

  • I have configured an extended history in zsh https://github.com/Kraymer/F-dotfiles/blob/master/zsh/.zsh/config.zsh#L14 , that covers 95% of my daily needs. For my favourites commands that I use rarely, I store them in cheat sheets : https://github.com/Kraymer/F-dotfiles/tree/master/cheat

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts