I update the script now it's 1.3, I change my first post.
Now an installation procedure is done, better and more simple installation : curl + bash mansh --install (follow steps, select path + select manpages of Puppy Linux Versions).
user1234 I add possibility to set your own $PATH and it's also ...
Search found 7 matches
- Mon Apr 25, 2022 4:25 pm
- Forum: Scripts
- Topic: Bash script for see manpages in your terminal.
- Replies: 9
- Views: 2624
- Sun Apr 24, 2022 4:31 am
- Forum: Scripts
- Topic: Bash script for see manpages in your terminal.
- Replies: 9
- Views: 2624
Re: Bash script for see manpages in your terminal.
I choose to add "mansh" inside the path : /root/my-application/bin/, because it's declared in the environment "$PATH".
Bash searches each element of "$PATH" containing an executable file by that name, when you type a command (bash official documentation).
You can check typing and see "/root/my ...
Bash searches each element of "$PATH" containing an executable file by that name, when you type a command (bash official documentation).
You can check typing and see "/root/my ...
- Sat Apr 23, 2022 2:24 am
- Forum: Scripts
- Topic: Bash script for see manpages in your terminal.
- Replies: 9
- Views: 2624
Re: Bash script for see manpages in your terminal.
Good suggestions user1234, and I updated to version 1.02 with your requests.
Adding --help, show help, originally blank of name or argument show you the same message, and I keep this way too.
Adding --update, update the script and show old and new version of the script.
I also put back --local ...
Adding --help, show help, originally blank of name or argument show you the same message, and I keep this way too.
Adding --update, update the script and show old and new version of the script.
I also put back --local ...
- Fri Apr 22, 2022 4:43 am
- Forum: Scripts
- Topic: Bash script for see manpages in your terminal.
- Replies: 9
- Views: 2624
Re: Bash script for see manpages in your terminal.
I updated the script to version 1.01
:thumbup2: Thank you misko_2083, I correct the script with your advices, it's really helping me now for mansh, but generally for my bash scripting.
(it's will improve my way use cat, pipe, and reuse $1)
In the same way, it's help to see my sed with curl was ...
:thumbup2: Thank you misko_2083, I correct the script with your advices, it's really helping me now for mansh, but generally for my bash scripting.
(it's will improve my way use cat, pipe, and reuse $1)
In the same way, it's help to see my sed with curl was ...
- Mon Apr 11, 2022 6:16 pm
- Forum: Fossapup64
- Topic: How to show Man Pages in terminal, not browser?
- Replies: 7
- Views: 1685
Re: How to show Man Pages in terminal, not browser?
I made a script for seeing manpages on the terminal:
- Mon Apr 11, 2022 6:14 pm
- Forum: Scripts
- Topic: Bash script for see manpages in your terminal.
- Replies: 9
- Views: 2624
Bash script for see manpages in your terminal.
Hello,
I made a bash script for seeing manpages on the terminal, you can go see the project here:
https://framagit.org/noje77/terminal_manpages_for_puppy_linux
In case you won't want leave forum :
installation
IMPORTANT : first you need install "w3m" with ppm (Puppy Package Manager ...
I made a bash script for seeing manpages on the terminal, you can go see the project here:
https://framagit.org/noje77/terminal_manpages_for_puppy_linux
In case you won't want leave forum :
installation
IMPORTANT : first you need install "w3m" with ppm (Puppy Package Manager ...
- Fri Apr 08, 2022 7:57 am
- Forum: Beginners Help
- Topic: Change Alt for Super key for move/resize windows with left or right mouse buttons.
- Replies: 0
- Views: 902
Change Alt for Super key for move/resize windows with left or right mouse buttons.
Hello ;) ,
I would like to change the behaviour normally move/resize windows, instead of classical:
Alt + Left mouse button: Move
Alt + Right mouse button: Resize
I would like to simply change Alt with Super Key, I have a habit to use them and love has shortcut scheme all my other keys are in ...
I would like to change the behaviour normally move/resize windows, instead of classical:
Alt + Left mouse button: Move
Alt + Right mouse button: Resize
I would like to simply change Alt with Super Key, I have a habit to use them and love has shortcut scheme all my other keys are in ...