_            _    _        _         _
      /\ \         /\ \ /\ \     /\_\      / /\
      \_\ \       /  \ \\ \ \   / / /     / /  \
      /\__ \     / /\ \ \\ \ \_/ / /     / / /\ \__
     / /_ \ \   / / /\ \ \\ \___/ /     / / /\ \___\
    / / /\ \ \ / / /  \ \_\\ \ \_/      \ \ \ \/___/
   / / /  \/_// / /   / / / \ \ \        \ \ \
  / / /      / / /   / / /   \ \ \   _    \ \ \
 / / /      / / /___/ / /     \ \ \ /_/\__/ / /
/_/ /      / / /____\/ /       \ \_\\ \/___/ /
\_\/       \/_________/         \/_/ \_____\/

Enter the query into the form above. You can look for specific version of a package by using @ symbol like this: gcc@10.

API method:

GET /api/packages?search=hello&page=1&limit=20

where search is your query, page is a page number and limit is a number of items on a single page. Pagination information (such as a number of pages and etc) is returned in response headers.

If you'd like to join our channel search send a patch to ~whereiseveryone/toys@lists.sr.ht adding your channel as an entry in channels.scm.


antiword 0.37
Channel: guix
Location: gnu/packages/textutils.scm (gnu packages textutils)
Home page: https://web.archive.org/web/20220121050627/http://www.winfield.demon.nl
Licenses: GPL 2+
Build system: gnu
Synopsis: Microsoft Word document reader
Description:

Antiword is an application for displaying Microsoft Word documents. It can also convert the document to PostScript or XML. Only documents made by MS Word version 2 and version 6 or later are supported. The name comes from: "The antidote against people who send Microsoft Word files to everybody, because they believe that everybody runs Windows and therefore runs Word".

uniutils 2.28
Dependencies: ascii2binary@2.14 libiconv@1.18
Channel: guix
Location: gnu/packages/textutils.scm (gnu packages textutils)
Home page: https://billposer.org/Software/unidesc.html
Licenses: GPL 3
Build system: gnu
Synopsis: Find out what is in a Unicode file
Description:

Useful tools when working with Unicode files when one doesn't know the writing system, doesn't have the necessary font, needs to inspect invisible characters, needs to find out whether characters have been combined or in what order they occur, or needs statistics on which characters occur.

  • uniname defaults to printing the character offset of each character, its byte offset, its hex code value, its encoding, the glyph itself, and its name. It may also be used to validate UTF-8 input.

  • unidesc reports the character ranges to which different portions of the text belong. It can also be used to identify Unicode encodings (e.g. UTF-16be) flagged by magic numbers.

  • unihist generates a histogram of the characters in its input.

  • ExplicateUTF8 is intended for debugging or for learning about Unicode. It determines and explains the validity of a sequence of bytes as a UTF8 encoding.

  • utf8lookup provides a handy way to look up Unicode characters from the command line.

  • unireverse reverse each line of UTF-8 input character-by-character.

  • unifuzz generates test input for programs that expect Unicode. It can generate a random string of characters, tokens of various potentially problematic characters and sequences, very long lines, strings with embedded nulls, and ill-formed UTF-8.

  • unisurrogate takes a codepoint on the command line and, if it falls outside the BMP, reports its surrogate decomposition.

oniguruma 6.9.10
Channel: guix
Location: gnu/packages/textutils.scm (gnu packages textutils)
Home page: https://github.com/kkos/oniguruma
Licenses: FreeBSD
Build system: gnu
Synopsis: Regular expression library
Description:

Oniguruma is a regular expressions library. The special characteristic of this library is that different character encoding for every regular expression object can be specified.

utf-8-lineseparator 8
Channel: guix
Location: gnu/packages/textutils.scm (gnu packages textutils)
Home page: https://github.com/pflanze/utf-8-lineseparator
Licenses: Expat
Build system: gnu
Synopsis: Line ending detection library
Description:

utf-8-lineseparator provides a tool to efficiently check text files for valid UTF-8 use and to report which line endings they use.

dotconf 1.3
Channel: guix
Location: gnu/packages/textutils.scm (gnu packages textutils)
Home page: https://github.com/williamh/dotconf
Licenses: LGPL 2.1 ASL 1.1
Build system: gnu
Synopsis: Configuration file parser library
Description:

C library for creating and parsing configuration files.

goawk 1.31.0
Channel: guix
Location: gnu/packages/textutils.scm (gnu packages textutils)
Home page: https://github.com/benhoyt/goawk
Licenses: Expat
Build system: go
Synopsis: AWK interpreter with CSV support
Description:

GoAWK is a POSIX-compatible version of AWK that also has a CSV mode for reading and writing CSV and TSV files.

drm-tools 1.1.33
Dependencies: pcre@8.45
Channel: guix
Location: gnu/packages/textutils.scm (gnu packages textutils)
Home page: https://drmtools.sourceforge.net/
Licenses: GPL 2+
Build system: cmake
Synopsis: Utilities to manipulate text and binary files
Description:

The drm_tools package contains the following commands:

accudate

An extended version of the "date" program that has sub-second accuracy.

binformat

Format complex binary data into text.

binload

Load data into a binary file using simple commands from the input.

binorder

Sort, merge, search, retrieve or generate test data consisting of fixed size binary records.

binreplace

Find or find/replace in binary files.

binsplit

Split test data consisting of fixed size binary records into one or more output streams.

chardiff

Find changes between two files at the character level. Unlike "diff", it lists just the characters that differ, so if the 40,000th character is different only that one character will be shown, not the entire line.

columnadd

Add columns of integers, decimals, and/or times.

datasniffer

A utility for formatting binary data dumps.

dmath

Double precision interactive command line math calculator.

extract

Extract and emit data from text files based on character or token position.

execinput

A utility that reads from STDIN and executes each line as a command in a sub-process.

indexed_text

A utility for rapid retrieval of text by line numbers, in any order, from a text file.

mdump

Format binary data.

msgqueue

Create message queues and send/receive messages.

mbin
dtmbout

Multiple buffer in and out. Used for buffering a lot of data between a slow device and a fast device. Mostly for buffering streaming tape drives for use with slower network connections, so that streaming is maintained as much as possible to minimize wear on the tape device.

pockmark

Corrupt data streams - useful for testing error correction and data recovery.

tarsieve

Filter, list, or split a tar file.

recode 3.7.15
Channel: guix
Location: gnu/packages/textutils.scm (gnu packages textutils)
Home page: https://github.com/rrthomas/recode
Licenses: GPL 3+
Build system: gnu
Synopsis: Text encoding converter
Description:

The Recode library converts files between character sets and usages. It recognises or produces over 200 different character sets (or about 300 if combined with an iconv library) and transliterates files between almost any pair. When exact transliteration are not possible, it gets rid of offending characters or falls back on approximations. The recode program is a handy front-end to the library.

docx2txt 1.4
Dependencies: unzip@6.0 perl@5.36.0
Channel: guix
Location: gnu/packages/textutils.scm (gnu packages textutils)
Home page: https://docx2txt.sourceforge.net
Licenses: GPL 3+
Build system: gnu
Synopsis: Recover text from @file{.docx} files, with good formatting
Description:

docx2txt is a Perl based command line utility to convert Microsoft Office .docx documents to equivalent text documents. Latest version supports following features during text extraction.

  • Character conversions; currency characters are converted to respective names like Euro.

  • Capitalisation of text blocks.

  • Center and right justification of text fitting in a line of (configurable) 80 columns.

  • Horizontal ruler, line breaks, paragraphs separation, tabs.

  • Indicating hyperlinked text along with the hyperlink (configurable).

  • Handling (bullet, decimal, letter, roman) lists along with (attempt at) indentation.

dbacl 1.14.1
Dependencies: ncurses@6.2.20210619 perl@5.36.0 readline@8.2.13 slang@2.3.3
Channel: guix
Location: gnu/packages/textutils.scm (gnu packages textutils)
Home page: https://www.lbreyer.com/dbacl.html
Licenses: GPL 3+ Public Domain
Build system: gnu
Synopsis: Bayesian text and email classifier
Description:

dbacl is a fast Bayesian text and email classifier. It builds a variety of language models using maximum entropy (minimum divergence) principles, and these can then be used to categorize input data automatically among multiple categories.

libgtextutils 0.7
Channel: guix
Location: gnu/packages/textutils.scm (gnu packages textutils)
Home page: https://github.com/agordon/libgtextutils
Licenses: AGPL 3+
Build system: gnu
Synopsis: Gordon's text utils library
Description:

libgtextutils is a text utilities library used by the fastx toolkit from the Hannon Lab.

utf8proc 2.10.0
Channel: guix
Location: gnu/packages/textutils.scm (gnu packages textutils)
Home page: https://juliastrings.github.io/utf8proc/
Licenses: Expat
Build system: gnu
Synopsis: C library for processing UTF-8 Unicode data
Description:

utf8proc is a small C library that provides Unicode normalization, case-folding, and other operations for data in the UTF-8 encoding.

ustr 1.0.4
Channel: guix
Location: gnu/packages/textutils.scm (gnu packages textutils)
Home page: http://www.and.org/ustr/
Licenses: Public Domain
Build system: gnu
Synopsis: String library with very low memory overhead
Description:

Ustr is a string library for C with very low memory overhead.

dos2unix 7.5.2
Channel: guix
Location: gnu/packages/textutils.scm (gnu packages textutils)
Home page: https://waterlan.home.xs4all.nl/dos2unix.html
Licenses: FreeBSD
Build system: gnu
Synopsis: DOS/Mac to Unix and vice versa text file format converter
Description:

dos2unix is a tool to convert line breaks in a text file from Unix format to DOS format and vice versa.

enca 1.19
Channel: guix
Location: gnu/packages/textutils.scm (gnu packages textutils)
Home page: https://github.com/nijel/enca
Licenses: GPL 2
Build system: gnu
Synopsis: Text encoding detection tool
Description:

Enca (Extremely Naive Charset Analyser) consists of libenca, an encoding detection library, and enca, a command line frontend, integrating libenca and several charset conversion libraries and tools.

utfcpp 2.3.5
Channel: guix
Location: gnu/packages/textutils.scm (gnu packages textutils)
Home page: https://github.com/nemtrif/utfcpp
Licenses: Boost 1.0
Build system: cmake
Synopsis: Portable C++ library for handling UTF-8
Description:

UTF8-CPP is a C++ library for handling UTF-8 encoded text in a portable way.

papis 0.15.0
Dependencies: python-arxiv@3.0.0 python-beautifulsoup4@4.14.3 python-bibtexparser@1.4.0 python-click@8.3.1 python-colorama@0.4.6 python-doi@0.2.0 python-dominate@2.9.1 python-filetype@1.2.0 python-habanero@2.3.0 python-isbnlib@3.10.14 python-lxml@6.0.2 python-platformdirs@4.3.6 python-prompt-toolkit@3.0.51 python-pygments@2.19.2 python-pyparsing@3.2.3 python-pyyaml@6.0.2 python-requests@2.32.5 python-slugify@8.0.4
Channel: guix
Location: gnu/packages/textutils.scm (gnu packages textutils)
Home page: https://github.com/papis/papis
Licenses: Expat
Build system: pyproject
Synopsis: Command-line Bibliography Manager
Description:

With Papis, you can search your library for books and papers, add documents and notes, import and export to and from other formats, and much much more. Papis uses a human-readable and easily hackable .yaml file to store each entry's bibliographical data. It strives to be easy to use while providing a wide range of features. And for those who still want more, Papis makes it easy to write scripts that extend its features even further.

Features:

  • Add documents and automatically fetch their metadata.

  • Search by author, title, tags, and so on.

  • Synchronize your library with whatever software you're already using.

  • Share your documents with colleagues without having to force some proprietary service onto them.

  • Import your data from other bibliography managers.

  • Export to BibTeX and other formats.

  • Integrate with your editor with plugins for (Neo)vim and Emacs.

  • TUIs make it easy to get a quick overview of your library.

  • Use the web app when the CLI doesn't quite cut it (for example on your tablet).

  • Hacking Papis is easy! Use the API to easily create your own custom Python scripts.

catdoc 0.95
Channel: guix
Location: gnu/packages/textutils.scm (gnu packages textutils)
Home page: https://www.wagner.pp.ru/~vitus/software/catdoc/
Licenses: GPL 2+
Build system: gnu
Synopsis: MS-Word to TeX or plain text converter
Description:

catdoc extracts text from MS-Word files, trying to preserve as many special printable characters as possible. It supports everything up to Word-97. Also supported are MS Write documents and RTF files.

catdoc does not preserve complex word formatting, but it can translate some non-ASCII characters into TeX escape codes. It's goal is to extract plain text and allow you to read it and, probably, reformat with TeX, according to TeXnical rules.

This package also provides xls2csv, which extracts data from Excel spreadsheets and outputs it in comma-separated-value format, and catppt, which extracts data from PowerPoint presentations.

tldr 3.4.3
Dependencies: python-colorama@0.4.6 python-termcolor@2.5.0 python-shtab@1.7.1
Channel: guix
Location: gnu/packages/textutils.scm (gnu packages textutils)
Home page: https://github.com/tldr-pages/tldr-python-client
Licenses: Expat
Build system: pyproject
Synopsis: Command-line client for tldr pages
Description:

This package provides the tldr command allowing users to view tldr pages from a shell. The tldr pages are a community effort to simplify the man pages with practical examples described in https://tldr.sh/.

html2text 2.0.1_pre-1.05364c1
Channel: guix
Location: gnu/packages/textutils.scm (gnu packages textutils)
Home page: https://github.com/grobian/html2text
Licenses: Original BSD GPL 2+
Build system: gnu
Synopsis: HTML to plain text converter
Description:

html2text is a command line utility that converts HTML documents into plain text.

vale 3.15.1
Channel: guix
Location: gnu/packages/textutils.scm (gnu packages textutils)
Home page: https://github.com/errata-ai/vale
Licenses: Expat
Build system: go
Synopsis: Fully customizable syntax-aware linter that focuses on your style
Description:

Vale is a fully extensible linter that focuses on your own writing style by making use of rules in individual YAML files. It is syntax-aware on markup languages such as HTML, Markdown, Asciidoc, and reStructuredText. The community around it also has a list of style guides implemented with Vale in their styles repo.

libchardet 1.0.6
Channel: guix
Location: gnu/packages/textutils.scm (gnu packages textutils)
Home page: https://github.com/Joungkyun/libchardet
Licenses: MPL 1.1
Build system: gnu
Synopsis: Universal charset detector
Description:

Libchardet is a universal charset detector C/C++ API.

rdate 1.4-1.91d8461
Channel: guix
Location: gnu/packages/time.scm (gnu packages time)
Home page: https://www.aelius.com/njh/rdate/
Licenses: GPL 2+
Build system: gnu
Synopsis: Get date and time based on RFC 868
Description:

rdate connects to an RFC 868 time server over a TCP/IP network, printing the returned time and/or setting the system clock.

python-pytz 2025.1
Channel: guix
Location: gnu/packages/time.scm (gnu packages time)
Home page: http://pythonhosted.org/pytz
Licenses: Expat
Build system: pyproject
Synopsis: Python timezone library
Description:

This library brings the Olson tz database into Python. It allows accurate and cross platform timezone calculations using Python 2.4 or higher. It also solves the issue of ambiguous times at the end of daylight saving time. Almost all of the Olson timezones are supported.

Total packages: 32521