Skip to content

Releases: mgunyho/tere

Version 1.5.1

24 Aug 18:54
Compare
Choose a tag to compare
  • Fix output formatting when exiting the app without cd, or when canceling the first run prompt (Thanks @orhun, Github #91, #92)
  • Update dependencies
  • Improved tests

Version 1.5.0

24 Jul 09:38
Compare
Choose a tag to compare
  • By default, tere now only searches folders and not files. This can be changed with the new --files option. This replaces the --folders-only and --no-folders-only options, which are now deprecated. (Github #87 and #88)
  • Deprecation warnings now also get printed to stderr in addition to the in-app info bar
  • Search is no longer cleared if changing to a folder is unsuccessful
  • If the current folder (or it's parent) no longer exists or is inaccessible, automatically go up the folder tree until an existing folder is found. This way, the current working directory of the app can't be invalid.

Version 1.4.0

08 Jan 19:21
Compare
Choose a tag to compare
  • Check if the app is being run for the first time (based on whether the history file exists, and a bit of additional simple logic), and if so, prompt the user to confirm that they have updated their shell configuration (Github #83)
  • If the app panics/crashes, the terminal state is properly reset, so it shouldn't produce garbled ouptut anymore
  • Upgrade clap dependency to latest version
  • Small improvements to setup instructions and user manual
  • Footer error message is not cleared when search is updated, only when changing the folder

Version 1.3.1

06 Dec 13:23
Compare
Choose a tag to compare
  • Fixed a bug where ? didn't show the help screen on Windows by default

Version 1.3.0

15 Oct 15:16
Compare
Choose a tag to compare
  • Add option to toggle filter search mode while the app is running, the default shortcut is Alt-f (Github #59)
  • Added option to sort directory listing by creation and modification date in addition to the name. Can be changed with the --sort CLI option and with the default shortcut Alt-s. (Thanks @joshrdane, Github #64)
  • Added "normal search anywhere" search mode with the --normal-search-anywhere or -N CLI option.
  • The --no-gap-search option has been renamed to --normal-search. The old option will still work, but it will display a warning
  • Home / end (i.e. CursorTop / CursorBottom) now work also while searching
  • Bugfixes related to drawing (Github #65)
    • Fixed last character of rows not being drawn, both in the main screen and help screen (at least on some terminal emulators)
    • Fixed broken bolding in the help screen if the wrapping happens at /
    • Fixed broken highlighting if the last character of a symlink is matched in a search
    • Fixed drawing bug when info message is longer than the terminal window width
  • Improved scrolling / cursor position behavior in filter search mode
  • Fix footer not updating when pressing home / end

v1.2.0

11 Sep 14:30
Compare
Choose a tag to compare

The biggest new feature is the possibility to map custom keyboard shortcuts, using a syntax like --map key-combination:action.

Other improvements:

  • Add keyboard mapping to select the folder under the cursor and exit immediately. The default keyboard shortcuts are Alt-Enter and Ctrl-Space. (Github #39)
  • Fix exiting with ctrl-c with --mouse=on (Github #45)
  • Update dependencies
  • Lots of small updates to readme

v1.1.0

15 Jul 11:34
Compare
Choose a tag to compare
  • Typing '~' goes to the home folder
  • Added fish example to readme (thanks to @Chao-Man #30)

Initial release

15 Jul 08:31
Compare
Choose a tag to compare
v1.0.0

Update setup instructions