gabebw / most-used

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

Commands can be separated by semicolons now #36

Closed gabebw closed 6 years ago

gabebw commented 6 years ago

Previously, they could only be separated by pipes.

Now they can be separated by pipes or semicolons.

While I'm in the code, I also cleaned up Common.items to do more of the common work so that Zsh and Bash don't have to reimplement as much of what should be common code.

Fixes #34.