onepdfplease

command module
v0.0.0-...-50e0859 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 22, 2026 License: MIT Imports: 4 Imported by: 0

README

OnePDFPlease - A TUI for working with PDFs

merge

A terminal-based PDF toolkit with vim keybindings providing a keyboard-driven interface for various pdf releated tasks to ease the pain of working with pdfs


Features

  • Merge Pdfs
  • Split Pdfs
  • Encrypt Pdfs
  • Decrypt Pdfs
  • Convert images to pdf
  • Extract embeded images from pdf
  • Convert DOC/DOCX to pdf (requires LibreOffice)
  • Vim-style keybindings (j/k for navigation)
  • Minimal UI with clear feedback and status

Run without installation (Works Only on Nix/Nixos)

nix run github:chetanjangir0/onepdfplease

Install on Nixos (If you use flakes)

Add below to your flake.nix

{
  inputs.onepdfplease.url = "github:chetanjangir0/onepdfplease";

  outputs = { self, nixpkgs, onepdfplease, ... }:
  {
    nixosConfigurations.mySystem = nixpkgs.lib.nixosSystem {
      system = "x86_64-linux";
      modules = [
        ({ pkgs, ... }: {
          environment.systemPackages = [
            onepdfplease.packages.${pkgs.system}.default
          ];
        })
      ];
    };
  };
}

Manual Installation (Linux)

Requirements for manual installation
  • Go ≥ 1.18
git clone https://github.com/chetanjangir0/onepdfplease.git
cd onepdfplease
go build -o onepdfplease
sudo mv onepdfplease /usr/local/bin

Now run it from anywhere:

onepdfplease

Feedback

If you try this, please open an issue or discussion. Even small UX feedback is welcome.

License

MIT

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL