ezri
ezri
Added linuxjourney to the Websites section
### Is your feature request related to a problem? Please describe Sometimes in an environment where a clipboard is not available, it can be hard to get slugs down. ###...
- [X] mergerfs-fuse support - [ ] unionfs-fuse support - [ ] auto detect available fuse impl - [ ] flag to specify fuse impl path - [ ] update...
https://github.com/binpash/try/blob/3d5af35bc2d154bd20f18d80d64c10117fdb38d5/try#L51 ``` mount: /tmp/tmp.1MYxsHblfI/temproot/run: filesystem was mounted, but any subsequent operation failed: Unknown error 5005. ```
allow interactive commands to not send summary to background by setting `set -m` - [ ] Fix #5 - [ ] try explore shortcut? - [ ] docs
On a docker container, `--privileged` is required for unshare to work. When running try, mount fails in the overlayfs. ``` ❯ ./try echo hi mount: /tmp/tmp.nFUDbAZ10u/temproot/bin: wrong fs type, bad...
Should we look into a better CI system that could support testing on multiple distros and mount setups. Currently for linux, github actions only works for Ubuntu 20 and Ubuntu...
Perhaps a flag for a hardened mode which uses a separate network stack and only expose *some* /dev files (e.g., null, (u)random, zero). Something that makes `sudo ./try rm -rf...