Skip to content

Releases: ybda/shmarks

0.1.13

21 Mar 14:02
Compare
Choose a tag to compare

Full Changelog: v0.1.12...v0.1.13

Added

  • Add colors for default, current and removed directories in colored print with directories
  • Flag to print marks with directories without color (--plain)
  • README.md: +nightly in install command
  • README.md: fzf jumper function

0.1.12

17 Mar 07:25
Compare
Choose a tag to compare

Full Changelog: v0.1.11...v0.1.12

Added

  • Batching for rm command (now you can pass multiple directories or aliases at once)

Changed

  • README.md
  • Upgrade dependencies
  • Change deprecated method IndexMap.remove to new IndexMap.shift_remove
  • Apply clippy and formatting

0.1.11

25 Jan 16:26
Compare
Choose a tag to compare

Full Changelog: v0.1.10...v0.1.11

Fixed

  • Bottleneck in printing aliases with directories

0.1.10

25 Jan 10:39
Compare
Choose a tag to compare

Full Changelog: v0.1.9...v0.1.10

Added

  • rustfmt.toml

Changed

  • Upgrade dependencies
  • README.md
  • Code refactor

Fixed

  • Error handling

0.1.9

31 Dec 16:15
Compare
Choose a tag to compare

Full Changelog: v0.1.8...v0.1.9

Added

  • Information in Cargo.toml.
  • CHANGELOG.md.
  • Restriction of alias replacement by default (--force flag for new subcommand)