palmtopnm: Convert a Palm bitmap file to a PNM image
What is palmtopnm? 🔗 palmtopnm is a tool to convert a Palm bitmap file to a PNM image. More information: https://netpbm.sourceforge.net/doc/palmtopnm.html . Usage 🔗 Convert a Palm bitmap to a PNM …
turn any webpage into a desktop app with Rust/Tauri via pake
What is pake? 🔗 pake is a command-line tool to turn any webpage into a desktop app with Rust/Tauri. More information: https://github.com/tw93/Pake . Usage 🔗 Package a web page: pake …
pactl: Control a running PulseAudio sound server
What is pactl? 🔗 pactl is control a running PulseAudio sound server. More information: https://manned.org/pactl . Usage 🔗 Show information about the sound server: pactl info List all sinks (or other …
paci: package manager for Bash scripts
What is paci? 🔗 paci is a package manager for Bash scripts. More information: https://github.com/tradebyte/paci . Usage 🔗 Update the list of available packages and versions (it’s recommended to …
p7zip: archiver to compress or decompress files
What is p7zip? 🔗 p7zip is a wrapper of 7-Zip file archiver with high compression ratio. Internally executes either 7za or 7zr command. More information: https://p7zip.sourceforge.net . Usage 🔗 …
ocrmypdf: generate a searchable PDF
What is ocrmypdf? 🔗 ocrmypdf is a command-line app to generate a searchable PDF or PDF/A from a scanned PDF or an image of text. More information: …
OCamlOpt: The OCaml native code compiler
What is OCamlOpt? 🔗 ocamlopt is the OCaml native code compiler. Produces native executables, e.g. ELF on Linux. More information: https://manned.org/ocamlopt . Usage 🔗 Compile a source file: ocamlopt …
OCamlFind: The findlib package manager for OCaml
What is OCamlFind? 🔗 ocamlfind is the findlib package manager for OCaml. Simplifies linking executables with external libraries. More information: https://manned.org/ocamlfind . Usage 🔗 Compile a …
OCamlC: The OCaml bytecode compiler
What is OCamlC? 🔗 ocamlc is the OCaml bytecode compiler. Produces executables runnable by the OCaml interpreter. More information: https://manned.org/ocamlc . Usage 🔗 Create a binary from a source …
OCaml Repl commands
What is OCaml repl ? 🔗 The OCaml repl (read-evaluate-print-loop). Interprets Ocaml commands. More information: https://manned.org/ocaml . Usage 🔗 Read OCaml commands from the user and execute them: …