intelli-shell 3.4.0

Like IntelliSense, but for shells
1
2
3
4
5
6
7
8
9
Examples:
  # Open the interactive bookmarking interface
  intelli-shell new -i

  # Open the bookmarking interface, using ai to generate a command from a description
  intelli-shell new -i --ai 'undo last n commits'

  # Non-interactively bookmark a command with an alias and description 
  intelli-shell new "ls -la" --alias "lh" --description "List all files including hidden"