-
Hello,
I tried to add this entry to mimetypes.toml :
ts.inherit = "text_default"
But it breaks any file opening :
Unrecognized command 'quit_to_cwd'
what's wrong with it ?
regards
-
Hi,
I see the `--last-dir` option is removed recently and merged into `--output-file`. But changing it to `--output-file` doesn't work for my zsh widget (for cd into directory after quit). Nothing …
-
Occurs on line: https://github.com/uttarayan21/ansi-to-tui/blob/master/src/ansi.rs#L69
This happens when we try to parse binary data. Issue here: https://github.com/kamiyaa/joshuto/issues/114
I …
-
It would be awesome to integrate zoxide in other rust tools especially file managers like [joshuto](https://github.com/kamiyaa/joshuto). Would it be possible to make a zoxide library similar to the wa…
-
I think it could be beneficial to replace `cd` functions with an implementation of [`zoxide`](https://github.com/ajeetdsouza/zoxide#zoxide) since it is written in rust and works the same as `cd` with …
-
Hi!
I'm working on PR #102 and I was wondering if we should start using v before the version number when tag a version. It's almost an standard and could be one of the problem why PR #102 doesn't w…
-
Is it possible to change current directory using this plugin? It would be much more convenient using file managers to do this intead of using `:cd` command.
-
I just got the latest version from the repository and tried to install it using `cargo install --path .` and got this message:
``` bash
~ $ cargo install --path .
Installing joshuto v0.9.2 (/home…
-
Unable to build joshuto and it gives me this error:
```
Caused by:
unable to get packages from source
Caused by:
failed to parse manifest at `/home/user/.cargo/registry/src/github.com-1ecc6…
-
`str_to_color()` [in style.rs](https://github.com/kamiyaa/joshuto/blob/18d4a4c8a7c5060ed0f5094c958afe4f800e91d4/src/config/theme/style.rs#L64) only has a method to parse Rgb values, when colors_transf…