Skip to content

Releases: itchyny/fillin

Support square brackets

13 Jun 21:04
Compare
Choose a tag to compare
  • Braces have problem with fish shell (#1). Now fillin supports square brackets like fillin echo [[message]] on fish shell.

Support quoted command

12 Jun 15:42
Compare
Choose a tag to compare
  • Support filling and executing a quoted commands (to make it useful for subshells)
  • Update some wording of README.md
  • Add more tests for scoped variables input prompt

Store filled command history

11 Jun 16:05
Compare
Choose a tag to compare
  • Save the executed commands in .fillin.histfile with timestamp.
  • Small refactoring.

Improve README, etc.

11 Jun 03:50
Compare
Choose a tag to compare
  • stop store the input when all the values are empty
  • tweak some samples in README and command help

Stabilize scope grouping prompt

10 Jun 21:57
Compare
Choose a tag to compare
  • Improve the behavior of scope grouping prompt
  • Improve README.md

Initial Release

10 Jun 18:06
Compare
Choose a tag to compare
  • This is the initial release of fillin 🎉