Tullio Facchinetti
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • ATOM Feed
  • Daily Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Display

Filter untagged links
page 1 / 2
35 results tagged search  ✕
binary_search - A collection of improved binary search algorithms https://github.com/scandum/binary_search
Mon 20 Jul 2020 08:49:04 PM CEST
QRCode
algorithm benchmark collection opensource programming search source_code
cli-arxiv - CLI tool for exploring arXiv https://github.com/knguyenanhoa/cli-arxiv
Sat 02 May 2020 12:46:32 AM CEST
QRCode

CLI tool for exploring arXiv (inspired by karpathy's brilliant ArXiv Sanity Preserver)

The script will create data/pdf/, data/txt/ and data/summary/ directories to hold files downloaded from arXiv. I am also aware that this is a rather stupid way to implement a datastore but DBs seem a bit over the top. Text from PDFs are auto-converted on downloaded and are used to suggest future articles to the user. Downloading articles is idempotent.

#cli-app browser opensource research science search software source_code tools
wikit - Wikipedia summaries from the command line https://github.com/KorySchneider/wikit
Fri 31 Jan 2020 07:31:09 PM CET
QRCode

A command line program for getting Wikipedia summaries easily.

#cli-app coding_lang:javascript opensource search software source_code wiki
LaTeX Search: Find LaTeX commands https://latexsearch.arnavbansal.dev/
Mon 16 Sep 2019 12:19:24 AM CEST
QRCode
latex online search service
Tools for searching source code https://beyondgrep.com/more-tools/
Mon 26 Aug 2019 08:25:06 PM CEST
QRCode

From the creators of ack, a list of tools that are related with ack. In particular they list:

  • Tools that work with ack
  • Other grep-like tools
  • Indexing tools
#cli-app article file_management list programming search tools utility
ripgrep-all - grep in text files but also search in PDFs, E-Books, office documents, zip, tar.gz, etc. https://github.com/phiresky/ripgrep-all
Mon 26 Aug 2019 08:13:58 PM CEST
QRCode

rga is a line-oriented search tool that allows you to look for a regex in a multitude of file types.

rga wraps the awesome ripgrep and enables it to search in pdf, docx, sqlite, jpg, movie subtitles (mkv, mp4), etc.

image

#cli-app coding_lang:rust file_management opensource search software source_code text-processing
rga - ripgrep wrapper for searching text in PDF, Ebooks, office documents, archives and more https://www.linuxuprising.com/2019/06/rga-search-text-in-pdf-ebooks-office.html
Mon 26 Aug 2019 08:11:35 PM CEST
QRCode

rga (or ripgrep-all) is a command line tool to recursively search all files in a directory for a regex pattern, that runs on Linux, macOS and Windows. It's a wrapper for ripgrep, the line-oriented recursive search program, on top of which it enables search in a multitude of file types like PDF, DOCX, ODT, EPUB, SQLite databases, movies subtitles embedded in MKV or MP4 files, archives like ZIP or GZ, and more.

#cli-app article file_management opensource search software
Drill | Search files without indexing, but clever crawling https://drill.software/
Mon 26 Aug 2019 04:50:26 PM CEST
QRCode

image

file_management gui homepage opensource search software
sift - Search in files https://sift-tool.org/
Sun 25 Aug 2019 04:54:14 PM CEST
QRCode

Fast and powerful open source alternative to grep; it targets flexibility and performance: can be as fast as "regular" grep and allows to specify complex expressions to find text.

#cli-app file_management homepage opensource search software terminal tools
paragrep - grep over paragraphs http://software.clapper.org/paragrep/
Sun 25 Aug 2019 04:54:11 PM CEST
QRCode

Greps regular expressions in a text file(s) and prints out the paragraphs containing those expressions; a paragraph is defined as a block of text delimited by an empty or blank line; fully customizable via command line parameters.

#cli-app category:text_processing homepage opensource search software terminal tools
ag - The silver searcher https://github.com/ggreer/the_silver_searcher
Sun 25 Aug 2019 04:54:08 PM CEST
QRCode

(The silver searcher) is a text search utility targeted to source code; it skips versioning systems data directories; it is inspired by ack, but faster.

#cli-app category:text_processing opensource search software source_code terminal tools
ack - grep-like command for programmers http://beyondgrep.com/
Sun 25 Aug 2019 04:54:05 PM CEST
QRCode

A tool like grep optimized for programmers; written in Perl, it speeds up searches thanks to skipping non interesting directories, such as .git.

#cli-app category:text_processing coding_lang:perl homepage opensource search software terminal tools
q - Run SQL-like queries on CSV/TSV files http://harelba.github.io/q/
Sun 25 Aug 2019 04:54:03 PM CEST
QRCode

Executes SQL-like queries on CSVs/TSVs tabular data files; each tabular file is treated as a database table; support to all SQL constructs (WHERE, GROUP BY, JOIN).

#cli-app category:text_processing csv filter opensource search software source_code SQL terminal text-processing tools
pick - Fuzzy selection among a list of options https://github.com/calleerlandsson/pick
Sun 25 Aug 2019 04:54:00 PM CEST
QRCode

Utility that allows users to choose one option from a set of choices using an interface with fuzzy search functionality.

#cli-app category:text_processing filter opensource search software source_code terminal text-processing tools
percol - Interactive selection of lines coming from the standard input https://github.com/mooz/percol
Sun 25 Aug 2019 04:53:57 PM CEST
QRCode

A Python script that

1) receives input lines from stdin or a file,
2) lists the input lines and waits for input that filter/select the line(s),
3) outputs the selected line(s) to stdout;

Can be used to add interactivity to many regular shell commands.

image

#cli-app category:text_processing coding_lang:python filter opensource search software source_code terminal text-processing tools
jq - JSON query https://stedolan.github.io/jq/
Sun 25 Aug 2019 04:53:54 PM CEST
QRCode

(JSON Query?) is sed-like processor for JSON data; can be used to process JSON files and data streams and perform operations such as those allowed by cat, sed, grep and awk on regular text files.

#cli-app category:text_processing filter json opensource search software source_code terminal text-processing tools
grc - Colorize the standard input according to a regex https://github.com/pengwynn/grc
Sun 25 Aug 2019 04:53:51 PM CEST
QRCode

(Generic Colouriser) can be configured to parse a given text stream and to colorize it according to regexp written in configuration files; different patterns can be associated to file types.

#cli-app category:text_processing filter opensource search software source_code terminal text-processing tools
ngrep - Network grep http://ngrep.sourceforge.net/
Sun 25 Aug 2019 04:52:34 PM CEST
QRCode

ngrep applies the grep logic to the network layer, allowing to match regular expressions against data payloads of packets; it recognizes IPv4/6, TCP, UDP, ICMPv4/6, IGMP and Raw across Ethernet, PPP, SLIP, FDDI, Token Ring and null interfaces.

#cli-app homepage linux monitoring networking opensource search software source_code sys_info sysadmin
fd - Find files quickly and efficiently https://github.com/sharkdp/fd
Sun 25 Aug 2019 04:47:43 PM CEST
QRCode

A simple, fast and user-friendly alternative to find. Written in Rust.

#cli-app coding_lang:rust file_management files filesystem linux opensource search software source_code
socli - Search Stack Overflow https://github.com/gautamkrishnar/socli
Sun 25 Aug 2019 04:28:56 PM CEST
QRCode

Stack overflow command line client written in Python. Search and browse stack overflow without leaving the terminal.

image

#cli-app article coding_lang:python linux online opensource search software source_code
page 1 / 2
3672 links
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn