Bookmarks
Tag cloud
Picture wall
Daily
RSS Feed
  • RSS Feed
  • Daily Feed
  • Weekly Feed
  • Monthly Feed
Filters

Links per page

  • 20 links
  • 50 links
  • 100 links

Filters

Untagged links
page 1 / 2
21 results tagged tool  ✕   ✕
eafer/rdrview https://github.com/eafer/rdrview
Sun 12 Feb 2023 09:04:59 PM PST archive.org

A command line tool to extract the main content from a webpage, as done by the "Reader View" feature of most modern browsers. It's intended to be used with terminal RSS readers, to make the articles more readable on web browsers such as lynx. The code is closely adapted from the Firefox version and the output is expected to be mostly equivalent.

This tool is young and written in C, so it's reasonable to wonder about the potential for memory issues. To be safe, all HTML parsing happens inside a sandboxed subprocess. Seccomp is used for this purpose on Linux, Pledge on OpenBSD, and Capsicum on FreeBSD.

cli webbrowser rendering tool
rimio/specgram https://github.com/rimio/specgram
Fri 27 Jan 2023 10:33:09 PM PST archive.org

Small program that computes and plots spectrograms, either in a live window or to disk, with support for stdin input. In theory, you can run any data through it and generate a spectrogram. Read the manpage.

In the AUR (but you want specgram-git because specgram has a bug and won't compile!)

cli tool visualization analysis spectrogram cpp
bee-san/Ares https://github.com/bee-san/Ares
Wed 28 Dec 2022 05:52:50 PM PST archive.org

Automated decoding of encrypted text without knowing the key or ciphers used. Ares is the next generation of decoding tools, built by the same people that brought you Ciphey. We fully intend to replace Ciphey with Ares.

Ares is fast. Very fast. Other decoders such as Ciphey require advance artifical intelligence to determine which path it should take to decode (whether to try Caesar next or Base64 etc). Ares is so fast we don't need to worry about this currently. For every 1 decode Ciphey can do, Ares can do ~7. That's a 700% increase in speed.

There are 2 main parts to Ares, the library and the CLI. The CLI simply uses the library which means you can build on-top of Ares.

Ares currently supports 16 decoders and it is growing fast. Ciphey supports around ~50, and we are adding more everyday.

rust cryptography cli tool analysis exocortex
laluka/bypass-url-parser https://github.com/laluka/bypass-url-parser
Thu 07 Jul 2022 04:20:53 PM PDT archive.org

Tool that tests MANY url bypasses to reach a 40X protected page. If you wonder why this code is nothing but a dirty curl wrapper, here's why:

  • Most of the python requests do url/path/parameter encoding/decoding, and I hate this.
  • If I submit raw chars, I want raw chars to be sent.
  • If I send a weird path, I want it weird, not normalized.

This is surprisingly hard to achieve in python without loosing all of the lib goodies like parsing, ssl/tls encapsulation and so on. So, be like me, use curl as a backend, it's gonna be just fine.

tool cli http requests bypass
coryfklein/sw https://github.com/coryfklein/sw
Wed 15 Jun 2022 03:40:00 PM PDT archive.org

A CLI stopwatch utility written as a self-contained shell script. Counts up, can save the last time value and resume at that point.

timer shell script cli tool
trehn/termdown https://github.com/trehn/termdown
Wed 15 Jun 2022 03:37:02 PM PDT archive.org

A countdown timer/stopwatch that runs in your terminal with nice, big ASCII numbers.

python cli timer tool
coloradocolby/fsrx - Flow state reading in the terminal. https://github.com/coloradocolby/fsrx
Wed 08 Jun 2022 01:35:50 PM PDT archive.org

CLI utility for implementing bionic reading in a command shell.

cli rust reading prosthetics speed tool
Flashrom https://www.flashrom.org/
Thu 19 May 2022 01:40:56 PM PDT archive.org

flashrom is a utility for identifying, reading, writing, verifying and erasing flash chips. It is designed to flash BIOS/EFI/coreboot/firmware/optionROM images on mainboards, network/graphics/storage controller cards, and various other programmer devices. Supports more than 476 flash chips, 291 chipsets, 500 mainboards, 79 PCI devices, 17 USB devices and various parallel/serial port-based programmers. Supports parallel, LPC, FWH and SPI flash interfaces and various chip packages. No physical access needed, root access is sufficient (for mainboards, presumably).

hacking hardware flash rom programming cli tool
kspalaiologos/bzip3 https://github.com/kspalaiologos/bzip3
Thu 19 May 2022 01:39:23 PM PDT archive.org

A better, faster and stronger spiritual successor to BZip2. Features higher compression ratios and better performance thanks to a order-0 context mixing entropy coder, a fast Burrows-Wheeler transform code making use of suffix arrays and a RLE with Lempel Ziv+Prediction pass based on LZ77-style string matching and PPM-style context modeling.

Like its ancestor, BZip3 excels at compressing text or code.

In the AUR.

cli tool compression data
xraymemory/haxon https://github.com/xraymemory/haxon
Sun 08 May 2022 07:25:41 PM PDT archive.org

Python 3 tooling to retrieve data from Axon Body Cams. This code should work for first and second generation non-online models.

python cli tool cameras extraction surveillance
0xtz/pyscanner https://github.com/0xtz/pyscanner
Thu 14 Apr 2022 11:59:25 AM PDT archive.org

A fast, simple, easy to use multithreaded port scanner. Looks like it's written in pure Python. TCP only right now.

Looks like it could be a useful code reference, too.

python ports scanning cli tool infosec
Chrome: Yet Another REST Client https://chrome.google.com/webstore/detail/yet-another-rest-client/ehafadccdcdedbhcbddihehiodgcddpl
Tue 04 Jan 2022 03:52:36 PM PST archive.org

YARC (Yet Another REST Client) is an easy-to-use REST Client. Use it to develop, test and debug RESTful APIs. Save favorite requests (including headers, payload etc.) and re-use them with the click of a button. Import/Export favorites. Your favorites are automatically synced with your Google account and are not tied to a single machine. View and re-run all your previous requests and responses.

I use it with Vivaldi, and it's pretty cool.

chrome addon rest client tool debugger
ikamensh/flynt https://github.com/ikamensh/flynt
Tue 16 Feb 2021 01:57:49 PM PST archive.org

flynt is a command line tool to automatically convert a project's Python code from old "%-formatted" and .format(...) strings into Python 3.6+'s "f-strings".

python cli tool strings formatting converter
ericchiang/pup https://github.com/ericchiang/pup
Thu 04 Feb 2021 02:24:12 PM PST archive.org

pup is a command line tool for processing HTML. It reads from stdin, prints to stdout, and allows the user to filter parts of the page using CSS selectors.

Inspired by jq, pup aims to be a fast and flexible way of exploring HTML from the terminal.

golang cli tool html css analysis exocortex
mdosch/go-sendxmpp https://salsa.debian.org/mdosch/go-sendxmpp
Fri 29 Jan 2021 08:18:08 PM PST archive.org

A CLI based XMPP client. Useful for sending one-shot messages or in conjunction with a long-running process (e.g., tail -f /var/log/message | grep blah). Written in Go so it's statically compiled and surprisingly portable.

Checking the code out into $GOPATH: go get salsa.debian.org/mdosch/go-sendxmpp

Cross compiling for MIPS: GOOS=linux GOARCH=mipsle go build salsa.debian.org/mdosch/go-sendxmpp

Cross compiling for OpenWRT running on ARM v7: GOOS=linux GOARCH=arm GOARM=7 go build salsa.debian.org/mdosch/go-sendxmpp

The resulting executable will be $GOPATH/go-sendxmpp. Don't bother looking in the bin/ or pkg/ subdirectories, it won't be in there. Upload to the box in question and enjoy.

golang xmpp cli tool sysadmin exocortex openwrt
LecygneNoir/prismedia https://git.lecygnenoir.info/LecygneNoir/prismedia
Sun 22 Nov 2020 05:38:13 PM PST archive.org

A utility written in Python which lets you upload videos to a Peertube instance from the command line.

python cli tool upload videos peertube
GitHub - dbeley/shaarli-import-datastore: Convert a shaarli datastore.php database into an html file. https://github.com/dbeley/shaarli-import-datastore
Sun 16 Aug 2020 08:36:47 PM PDT archive.org

If you only have your old datastore.php and can't copy-paste it in your new instance (either because you don't have shell access or the new database is already populated), follow these instructions to create an html file from a datastore.php file you can import in the shaarli web UI.

Requires bash, jq, PHP, and Python.

exocortex bookmarks shaarli cli tool import conversion
Freaky/esc: Email Search Command, because Email Sucks Completely https://github.com/Freaky/esc
Fri 14 Aug 2020 12:39:51 PM PDT archive.org

A CLI tool for indexing and searching very large Maildir/ structures (like list archives). Tries to be very fast (2 million messages take less than 3 minutes on a 12 core machines to fully index). It's in the early stages of development right now, so don't expect much.

cli tool rust email search maildir
Keyoxide https://keyoxide.org/
Fri 07 Aug 2020 12:07:11 PM PDT archive.org

Keyoxide allows you to link accounts on various online services and platforms together, prove they belong to you and establish an online identity. This puts you, the internet citizen, in charge when it comes to defining who you are on the internet instead of large corporations.

Seems a lot like Keybase.

Source code: https://codeberg.org/keyoxide/web

Seems like it's written in PHP. Could be a lot worse.

crypto accounts socialnetworks tool profiles php exocortex
8go/matrix-commander https://github.com/8go/matrix-commander
Sat 01 Aug 2020 06:04:10 PM PDT archive.org

Simple but convenient CLI-based Matrix client app for sending and receiving messages. Fire and forget any kind of message that the Matrix protocol supports.

matrix python cli messages media tool sysadmin
page 1 / 2
4684 links, including 339 private
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Theme by kalvn