Skip to content

Commit

Permalink
ho ho ho
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpasmantier committed Sep 30, 2024
1 parent 048ce76 commit 85cf6ef
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
- [ ] better keymaps

## feature ideas
- [ ] some sort of iterative fuzzy file explorer (preview contents of folders on the right, enter to go in etc.) maybe
with mixed previews of files and folders
- [x] environment variables
- [ ] aliases
- [ ] shell history
Expand Down
8 changes: 8 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
///
/// ________ ______ _____ _____
/// ___ __/_______ /_______ ____(_)_________(_)____________
/// __ / _ _ \_ /_ _ \_ | / /_ /__ ___/_ /_ __ \_ __ \
/// _ / / __/ / / __/_ |/ /_ / _(__ )_ / / /_/ / / / /
/// /_/ \___//_/ \___/_____/ /_/ /____/ /_/ \____//_/ /_/
///
///
use clap::Parser;
use cli::Cli;
use color_eyre::Result;
Expand Down

0 comments on commit 85cf6ef

Please sign in to comment.