meshlabserver, nkf, obs, pax, pdfimages, pinky, pssh, s, sd, sendmail, sftp: add link (#6971)

beep
Juri 2021-10-17 06:23:56 +02:00 committed by GitHub
parent 872d359bbd
commit 977d4212d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 12 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# meshlabserver
> Command-line interface for the MeshLab 3D mesh processing software.
> More information: <https://manned.org/meshlabserver>.
- Convert an STL file to an OBJ file:

View File

@ -2,6 +2,7 @@
> Network kanji filter.
> Converts kanji code from one encoding to another.
> More information: <https://manned.org/nkf>.
- Convert to UTF-8 encoding:

View File

@ -2,6 +2,7 @@
> Open Broadcaster Software.
> Video recording and livestreaming program.
> More information: <https://obsproject.com/>.
- Launch OBS:

View File

@ -1,6 +1,7 @@
# pax
> Archiving and copying utility.
> More information: <https://manned.org/pax.1p>.
- List the contents of an archive:

View File

@ -1,6 +1,7 @@
# pdfimages
> Utility for extracting images from PDFs.
> More information: <https://manned.org/pdfimages>.
- Extract all images from a PDF file and save them as PNGs:

View File

@ -1,6 +1,7 @@
# pinky
> Print user information using the `finger` protocol.
> More information: <https://manned.org/pinky>.
- Display details about the current user:

View File

@ -1,6 +1,7 @@
# pssh
> Parallel SSH program.
> More information: <https://manned.org/pssh>.
- Run a command on two hosts, and print its output on each server inline:

View File

@ -1,8 +1,9 @@
# s
> Web search from the terminal.
> More information: <https://github.com/zquestz/s>.
- Search for a query on Google(default provider):
- Search for a query on Google (default provider):
`s {{query}}`

View File

@ -1,6 +1,7 @@
# sd
> Intuitive find & replace CLI.
> More information: <https://github.com/chmln/sd>.
- Trim some whitespace using a regular expression:

View File

@ -1,6 +1,7 @@
# sendmail
> Send email from the command-line.
> More information: <https://manned.org/sendmail>.
- Send a message with the content of `message.txt` to the mail directory of local user `username`:

View File

@ -3,6 +3,7 @@
> Secure File Transfer Program.
> Interactive program to copy files between hosts over SSH.
> For non-interactive file transfers, see `scp` or `rsync`.
> More information: <https://manned.org/sftp>.
- Connect to a remote server and enter an interactive command mode: