Skip to content

Instantly share code, notes, and snippets.

@muhrizqiardi
Created May 22, 2023 13:27
Show Gist options
  • Save muhrizqiardi/49c5cea0b156feda965f75268247b895 to your computer and use it in GitHub Desktop.
Save muhrizqiardi/49c5cea0b156feda965f75268247b895 to your computer and use it in GitHub Desktop.
File tree explorer alternative for Helix Editor in i3
#!/bin/bash
while [ true ]
do
destfile=$(twf)
i3-msg "focus parent; focus right; exec \"i3-sensible-terminal -e hx $destfile\""
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment