- Code: Select all
echo -e '#!/bin/bash\n#### license: creative commons cc0 1.0 (public domain)\n#### http://creativecommons.org/publicdomain/zero/1.0/\nyad --text-info --editable --wrap --fontname=monospace --show-uri --maximized --listen' > /usr/local/bin/yadless ; chmod +x /usr/local/bin/yadless
to use: find /usr/share | yadless
if you prefer the script to the one-liner that puts it in /usr/local/bin:
- Code: Select all
#!/bin/bash
#### license: creative commons cc0 1.0 (public domain)
#### http://creativecommons.org/publicdomain/zero/1.0/
yad --text-info --editable --wrap --fontname=monospace --show-uri --maximized --listen