onionjuggler icon indicating copy to clipboard operation
onionjuggler copied to clipboard

Manage your Onion Services via CLI or TUI on Unix-like operating system with a POSIX compliant shell.

Results 7 onionjuggler issues
Sort by recently updated
recently updated
newest added

https://github.com/dylanaraps/pure-bash-bible#count-files-or-directories-in-directory ```sh count() { # Usage: # files: count /path/to/dir/* # directories: count /path/to/dir/*/ shift printf '%s\n' "$#" } ```

enhancement

**Is your feature request related to a problem? Please describe.** It is missing setting the correct configuration file on https://github.com/nyxnor/onionjuggler/blob/4006a3d249868d7bda8befdc1e18e13d799cca58/configure.sh#L239 it just needs to test if its the GW and...

enhancement

**Is your feature request related to a problem? Please describe.** Those are the most used shells and known to me that have completion (more to come if someone helps), I...

enhancement

**Describe the bug** Didn't test yet if it is broken, but probably is because the square brackes breaks regex `[ ]`. from scop/bash-completion ``` # Remove leading [ host=${host#[} #...

bug

**Is your feature request related to a problem? Please describe.** These options were not included before because they are non essential and common users don't need. It is only necessary...

enhancement

Instead of comparing is variable is not empty `-n` in a lot of `if else`, call a function and return 1 from inside if the variable is empty, if not,...

bug
enhancement

**Describe the solution you'd like** Design some onion juggling other onions.

enhancement
help wanted