gabebw / most-used

Find your most-used shell commands
BSD 3-Clause "New" or "Revised" License
12 stars 0 forks source link

Rename `Item` type? #12

Closed gabebw closed 7 years ago

gabebw commented 7 years ago

There can be multiple Items per history entry; they're really commands, I think:

Command { commandName :: String, arguments :: [Argument] }}