Debarshi Ray
d7219ba512
Allow unhiding the error output when desired
...
This adds a --verbose flag which will prevent the error stream of the
child commands from being redirected to /dev/null. The intermediate
file descriptor is arbitrarily hard coded as 42 because shell
variables and redirection don't appear to play well together.
2018-09-12 20:44:24 +02:00
Debarshi Ray
678bdbaf4e
Make room for specifying global options and commands
...
A subsequent commit will add a global --verbose option that's can be
used with all commands. This will make it possible to do so.
2018-09-12 20:44:20 +02:00
Debarshi Ray
7cd0b3ce97
Be more explicit when the number of arguments is wrong
...
This is more in line with how unrecognized commands and options are
reported.
2018-09-12 20:44:16 +02:00
Debarshi Ray
fb3b0f76cb
Add missing 'enter' command to --help
...
Fallout from 990e9eb5b7
2018-09-12 20:44:14 +02:00
Debarshi Ray
e02ea68921
README.md: Update
...
Fallout from 6c3031c9d0
2018-09-12 16:29:15 +02:00
Debarshi Ray
6c3031c9d0
Prefix the toolbox PS1 with an emoji for differentiation
...
Flatbox already uses 📦 , so got to try something different. 🔹 could be
a good option. It's small, subtle and blue.
2018-09-12 15:19:55 +02:00
Debarshi Ray
f100cdaf77
Use $XDG_RUNTIME_DIR instead of /run/user/$UID
2018-09-11 19:25:28 +02:00
Debarshi Ray
34bfd0317d
extra-packages: Add more things present in the Workstation image
2018-09-11 19:09:10 +02:00
Debarshi Ray
9e9a373d97
extra-packages: Add dnf-plugins-core
...
It's installed by default on Fedora Workstation.
2018-09-04 16:35:54 +02:00
Michael Scherer
0dedc0140d
Avoid repeated prompts to unlock SSH keys
...
... by giving access to the SSH agent.
https://github.com/debarshiray/fedora-toolbox/pull/1
2018-09-03 16:39:51 +02:00
Debarshi Ray
990e9eb5b7
Initial revision
2018-08-31 18:38:01 +02:00