try icon indicating copy to clipboard operation
try copied to clipboard

Inspect a command's effects before modifying your live system

Results 72 try issues
Sort by recently updated
recently updated
newest added

Just start the user's default login shell in the overlay.

enhancement

- [X] mergerfs-fuse support - [ ] unionfs-fuse support - [ ] auto detect available fuse impl - [ ] flag to specify fuse impl path - [ ] update...

Right now `ignore_changes` is using logic that's only appropriate for [the `hs` stuff](https://github.com/binpash/dynamic-parallelizer). We should (a) have nothing be ignored by default and (b) let the user specify what to...

enhancement

OS info: ``` ➜ try git:(main) ✗ cat /etc/os-release PRETTY_NAME="Ubuntu 22.04.2 LTS" NAME="Ubuntu" VERSION_ID="22.04" VERSION="22.04.2 LTS (Jammy Jellyfish)" VERSION_CODENAME=jammy ID=ubuntu ID_LIKE=debian HOME_URL="https://www.ubuntu.com/" SUPPORT_URL="https://help.ubuntu.com/" BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/" PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" UBUNTU_CODENAME=jammy ``` Minimal Reproducible Script:...

duplicate

Cleans up the testing infrastructure and modifies try to run the input script using source instead of `exec` (to be able to run sequences of commands).

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. ```

bug

allow interactive commands to not send summary to background by setting `set -m` - [ ] Fix #5 - [ ] try explore shortcut? - [ ] docs

If fuse-overlayfs is available, it would make sense to use it instead of the kernel overlayfs. This would be especially useful on systems where overlayfs is not available for non-root...

enhancement