Skip to content

Releases: mitnk/cicada

v0.9.2

30 Jan 10:26
Compare
Choose a tag to compare
  • Wrap prompt when it's too long.
  • Replace dep crate sqlite with rusqlite.
  • Fixed a completion issue for paths include unicode.
  • Fixed an alias expansion issue.
  • Changed to use Rust 2018.
  • Correct behavior of foo; echo $?.

v0.9.1

02 Dec 06:33
Compare
Choose a tag to compare
  • Skip hidden files when expanding foo/*.
  • Support include in rc file.
  • Added completion for ENV.
  • Added new prompt item: $GITBR.

v0.9.0

15 Nov 13:58
Compare
Choose a tag to compare
  • Works on escape file names.
  • Some improvements on command line parser (escape chars etc).
  • Added support for customizing prompt.

v0.8.9

10 Nov 17:09
Compare
Choose a tag to compare
  • Fixed issue of finding command in $PATH.
  • Fixed issue of cmds like (ls).
  • Fixed stuck issue of: sort < foo.txt.
  • Some improvements on history file init.
  • Improved path completion on chars needing escape.
  • Make command touch "foo"/bar.txt works as expected.

v0.8.8

04 Nov 04:12
Compare
Choose a tag to compare
  • enhancements on job control

v0.8.7

25 Oct 15:14
Compare
Choose a tag to compare
  • Dropped use of std::process::Command.
  • Added job control.

v0.8.4

05 Oct 04:00
Compare
Choose a tag to compare
  • Fixed $$ and $? extension.

v0.8.3

20 Sep 15:12
Compare
Choose a tag to compare
  • Fixed path completion issue when contains spaces
  • Fixed environment variable manipulating issues
  • Other misc fixes

v0.8.2

02 Sep 04:39
Compare
Choose a tag to compare
  • Skip from saving into history for commands start with spaces.
  • Fixed parser issue on commands like: mv a\ b xy.
  • Fixed issue that when extending globs when file name contains spaces.
  • Fixed issue that rm will fail in touch foo\ bar.txt && rm foo*.

v0.8.1

26 May 08:06
Compare
Choose a tag to compare
  • Minor updates on cinfo.
  • Fixed a path completion bug.
  • Fixed parsing strings like foo'bar baz'.
  • Upgraded linefeed to 0.5.