Releases: 18alantom/fex
Release v0.1.4
┌─────┐ ┌─────┐ ┌─┐ ┌─┐
│ ┌───┘ │ ┌───┘ │ │ │ │
│ └───┐ │ └───┐ └─┼─┼─┘
│ ┌───┘ │ ┌───┘ ┌─┼─┼─┐
│ │ │ └───┐ │ │ │ │
└─┘ └─────┘ └─┘ └─┘
Seventh fex release, v0.1.4
📦 Install
curl -O https://raw.githubusercontent.com/18alantom/fex/master/install.sh && bash install.sh
Note: can be used to update to latest too.
👛 Changes
- Add
--[no-]fullscreen
to runfex
using the entire viewport. - Enable synchronized output for tear-free rendering (if supported by terminal emulator).
Release v0.1.3
┌─────┐ ┌─────┐ ┌─┐ ┌─┐
│ ┌───┘ │ ┌───┘ │ │ │ │
│ └───┐ │ └───┐ └─┼─┼─┘
│ ┌───┘ │ ┌───┘ ┌─┼─┼─┐
│ │ │ └───┐ │ │ │ │
└─┘ └─────┘ └─┘ └─┘
Sixth fex release, v0.1.3
📦 Install
curl -O https://raw.githubusercontent.com/18alantom/fex/master/install.sh && bash install.sh
Note: can be used to update to latest too.
👛 Changes
- Fix disappearing indent lines when dot files are hidden.
- Fix root dir position in arg-sequence (can be anywhere now)
Release v0.1.2
┌─────┐ ┌─────┐ ┌─┐ ┌─┐
│ ┌───┘ │ ┌───┘ │ │ │ │
│ └───┐ │ └───┐ └─┼─┼─┘
│ ┌───┘ │ ┌───┘ ┌─┼─┼─┐
│ │ │ └───┐ │ │ │ │
└─┘ └─────┘ └─┘ └─┘
Fifth fex release, v0.1.2
📦 Install
curl -O https://raw.githubusercontent.com/18alantom/fex/master/install.sh && bash install.sh
Note: can be used to update to latest too.
👛 Changes
- Toggle display of dot files using
.
, flags:--[no-]dotfiles
. - Style
--help
output for parsability if terminal.
Release v0.1.1
┌─────┐ ┌─────┐ ┌─┐ ┌─┐
│ ┌───┘ │ ┌───┘ │ │ │ │
│ └───┐ │ └───┐ └─┼─┼─┘
│ ┌───┘ │ ┌───┘ ┌─┼─┼─┐
│ │ │ └───┐ │ │ │ │
└─┘ └─────┘ └─┘ └─┘
Fourth fex release, v0.1.1
📦 Install
curl -O https://raw.githubusercontent.com/18alantom/fex/master/install.sh && bash install.sh
👛 Changes
Fixes usage of arrow keys when invoking fex
as a zsh-widget (Issue #5).
Release v0.1.0
┌─────┐ ┌─────┐ ┌─┐ ┌─┐
│ ┌───┘ │ ┌───┘ │ │ │ │
│ └───┐ │ └───┐ └─┼─┼─┘
│ ┌───┘ │ ┌───┘ ┌─┼─┼─┐
│ │ │ └───┐ │ │ │ │
└─┘ └─────┘ └─┘ └─┘
Third fex release, v0.1.0
📦 Install
curl -O https://raw.githubusercontent.com/18alantom/fex/master/install.sh && bash install.sh
👛 Changes
- Sorting items under open directories by name, size, or time using
s[d]{n|s|t}
(docs). - Group and user name display using
tg
,tu
.
Display
- Positive filters eg:
--time
,--icons
, etc (docs). - Show link targets.
- More colors and icons to differentiate items.
Fixes
- Handle display height resizing.
- Handle terminal clear.
Support
- Add support for Intel Macs.
Full Changelog: v0.0.2...v0.1.0
Release v0.0.2
┌─────┐ ┌─────┐ ┌─┐ ┌─┐
│ ┌───┘ │ ┌───┘ │ │ │ │
│ └───┐ │ └───┐ └─┼─┼─┘
│ ┌───┘ │ ┌───┘ ┌─┼─┼─┐
│ │ │ └───┐ │ │ │ │
└─┘ └─────┘ └─┘ └─┘
Second fex release, v0.0.2
📦 Install
Run the following bash one-liner:
curl -fsSL https://raw.githubusercontent.com/18alantom/fex/master/install.sh -o install.sh && bash install.sh
Warning
On macOS, since signing hasn't been set up yet, it will complain about being unable to check if it malicious software.
To bypass this, follow these macOS User Guide steps.
👛 Changes
Adds the --version
flag.
A release for such a trivial change?
It was needed in the install.sh
script.
0.0.1
┌─────┐ ┌─────┐ ┌─┐ ┌─┐
│ ┌───┘ │ ┌───┘ │ │ │ │
│ └───┐ │ └───┐ └─┼─┼─┘
│ ┌───┘ │ ┌───┘ ┌─┼─┼─┐
│ │ │ └───┐ │ │ │ │
└─┘ └─────┘ └─┘ └─┘
First fex release, v0.0.1
Note
Install script still underway. Once it's done the release notes will be updated.
To install:
- Download the
.tar.gz
file that pertains to your operating system and architecture from below. - Untar it and copy the binary named
fex
into yourbin
folder (/usr/local/bin
). - If you use ZSH, setup the widget by following the steps in the README.md.
Warning
On macOS, since signing hasn't been set up yet, macOS will complain about being unable to check if it malicious software.
To bypass this, follow these macOS User Guide steps.