Return item open to tab handler

This commit is contained in:
Jeremy Soller 2024-02-26 14:11:45 -07:00
parent 0ce43dfcf5
commit a936cd4a6d
7 changed files with 137 additions and 102 deletions

View file

@ -50,8 +50,7 @@ check-json: (check '--message-format=json')
dev *args:
cargo fmt
cargo test
cargo build --profile release-with-debug
env RUST_LOG=cosmic_files=debug RUST_BACKTRACE=full target/release-with-debug/cosmic-files {{args}}
just run {{args}}
# Run with debug logs
run *args: