- Add new command
- Result in new document will output to a new untitled document
- idea from @ghoetker
- Move to ES6 JS
- Add SHELL option
- Add PATH option for the SHELL
- Handle better the dryCmd variable
- Fix a typo thanks to @arnemart
- Fixes issue #2
- Check if it is the first run
- Check if the history list is empty
- Refactor the package
- Pressing
Up arrow
⬆️ andDown arrow
⬇️ will cycle through the command history - Pressing
TAB
will try to complete the command - Add
coffeelint
file - Add 2️⃣ settings
- Give the
cwd
option in the right way when in async process
- The
Bang: Run a command
will run the command in async if there is no selected text
- Fix the README file so the images will be shown correctly
- Initial commit