Liam

Results 19 issues of Liam

Quickgetc is an implementation of bash quickget which makes use of [configurations](https://github.com/lj3954/quickget_configs) generated through [quickget_ci](https://github.com/lj3954/quickemu-rs/tree/main/quickget_ci). This is very early, most features are not yet implemented. Advantages: - Quickgetc itself will...

# Pull Request ## Title Split linutil into TUI and Core crates ## Type of Change - [x] Refactoring ## Description Restructure linutil from one crate containing all logic and...

# Pull Request ## Title Add revertable commands (competing with #384). ## Type of Change - [x] New feature - [x] Refactoring - [x] UI/UX improvement ## Description Revertable commands...

## Describe the bug All scripts launched from linutil are run directly with `sh -e`, completely disregarding the shebang on each script. This should be fixed to allow for future...

bug

## Type of Change - [x] Refactoring ## Description Refactor various functions to improve readability and remove duplicate code. Commits can be viewed individually for specific changes and some reasoning....

enhancement

## Type of Change - [x] New feature - [x] Bug fix ## Description I've brought back the changes from #247, since they heavily improve maintainability, especially of the core...

## Type of Change - [x] Bug fix - [x] Hotfix ## Description #490 introduced a regression where entering an up directory (..) results in an empty command executing, instead...

## Type of Change - [x] Refactoring ## Description Move all logic for handling temporary directories into linutil core. Return a struct containing the vector of tabs along with the...

## Type of Change - [x] Refactoring ## Description The ego-tree dependency is required for any software depending on linutil_core. Since linutil_core is on crates.io and can be used outside...