• Stars
    star
    118
  • Rank 299,923 (Top 6 %)
  • Language
  • Created over 9 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

📝 A list of tools and articles helpful for keeping everything under plaintext.

plaintext-everything

version-control-everything

A curated list of awesome plain-text tools.

I like to keep everything under version control as plain-text. This is a list of utilities that allow you to do that. Unmaintained tools are striked out.

Note: * denotes that the linked item is not a library or tool, but an article or blog post.

DNS

Configuration

  • etckeeper. The Arch Wiki has a nice guide on usage.
  • NixOS is a completely declarative OS that uses nix, the purely functional package manager
  • RANCID - RANCID monitors a device's configuration, including software and hardware (cards, serial numbers, etc) and uses a version-control-system to maintain history of changes.
  • Oxidised - Oxidized is a network device configuration backup tool. It's a RANCID replacement!
  • *Blog post about Oxidised
  • In general, most configuration management software will keep everything in plain-text.

Terraform

Terraform lets you manage a lot of things in plain-text, including Cloud Assets, Databases, Networking, configuration for various Web services, your CI/CD configuration, and even your Google Calendar. A full list of providers is on the Terraform Registry.

Passwords

  • *Question on StackOverflow
  • *John Resig's blog post
  • pass - Standard unix password manager (encrypt, then commit).
  • ansible-vault - Encrypted storage for ansible.
  • sops - Encrypts files for git.

Dotfiles

Editors

Media

  • Git Large File Storage - Replaces large fileswith text pointers inside Git, while storing the file contents on a remote server. Maintained by github

Encrypted Storage

  • *HN Thread for blackbox, with various alternatives suggested
  • git-crypt - git-crypt enables transparent encryption and decryption of files in a git repository
  • *Blog post on git-crypt
  • transcrypt - transparently encrypt files within a git repository
  • blackbox - use decryption keys per user, meaning that there is no single shared password

Designers

  • pixelapse - Visual version control and collaboration workflow
  • *Adobe Version Cue - Blog post explaining version control to designers
  • kactus.io - Version control for designers (Sketch+Git for now)
  • SnowFS - a fast, scalable version control file storage for graphic files. There is a commercial offering as well.

Music

  • lilypond - version control for sheet music. Think Latex for sheet music
  • tunemachine - Version control for spotify playlists.

Database

  • *Jeff Atwood's blog post
  • GNU Recutils - set of tools and libraries to access human-editable, plain text databases called recfiles. The data is stored as a sequence of records, each record containing an arbitrary number of named fields.

Database Schema

  • flyway - Version control for your database.
  • MyBatis
  • Liquibase - Source Control for your database
  • Rumba RDBM - Database schema migration tool, plain-SQL, and declarative schema definition supported.

Backups

  • bup - Very efficient backup system based on the git packfile format, providing fast incremental saves and global deduplication (among and within files, including virtual machine images)

Writing

  • Draft - Easy version control and collaboration for writers.
  • Penflip - GitHub for collaborative writers.
  • GitBook - Book publishing platform based on git and markdown.
  • CriticMarkup - a way for authors and editors to track changes to documents in plain text.

Journaling

  • Journal.TXT - Single-Text File Journals.
  • journal-cli - Index Your Markdown-Based Journal With Yaml Front Matter!

Todo

Food

Diagrams & Flowcharts

  • Web Sequence Diagrams - Generates imagess from your plain text descriptions. Has an API for plugin support, so you can embed easily.
  • Kanga Modelling - UML diagram generator in plain text. Written in .NET
  • yuml.me - Class UML diagrams, described in plain text, and easily embeddable.
  • Mermaid - Mermaid lets you create diagrams and visualizations using text and code.
  • Kroki - Kroki provides a unified API for all the diagram libraries including BlockDiag (BlockDiag, SeqDiag, ActDiag, NwDiag, PacketDiag, RackDiag), BPMN, Bytefield, C4 (with PlantUML), Ditaa, Erd, Excalidraw, GraphViz, Mermaid, Nomnoml, Pikchr, PlantUML, SvgBob, UMLet, Vega, Vega-Lite, WaveDrom... and more.
  • ditaa - converts diagrams drawn using ascii art, into proper bitmap graphics.
  • erd - takes a plain text description of entities, their attributes and the relationships between entities and produces a visual diagram modeling the description using GraphViz and Dot.
  • Svgbob Editor - Convert your ascii diagram scribbles into happy little SVG

Visualization

  • Sparklines are possible in plain-text (specifically these 8 characters: '▁▂▃▄▅▆▇█').
  • Tables-Generator lets you generate plain-text tables.

Presentations

Finance

Tools that let you manage finances, but keep your books in plain-text.

  • *plain text accounting - umbrella site for the plain text accounting community.
  • ledger - Ledger is a powerful, double-entry accounting system that is accessed from the UNIX command-line
  • hledger - cross-platform accounting software for both power users and folks new to accounting.
  • beancount - A double-entry bookkeeping computer language that lets you define financial transaction records in a text file, read them in memory, generate a variety of reports from them, and provides a web interface.
  • transity - A transaction-first plain-text account tool that uses YAML to store your transactions.
  • plainbudget - Minimalist plaintext budgeting tool.

Typesetting

Tools that let you create professional looking documents, but keep your books in plain-text.

  • LaTeX
  • SILE - a typesetting system written in Lua and using the HarfBuzz font shaper. It’s input syntax is somewhat inspired by LaTeX.
  • groff - is a typesetting system that creates formatted output when given plain text mixed with formatting commands. Primarily used for man pages, it has been used for books as well.
  • rinohtype - a Python library that transforms a structured document into a professionally typeset PDF guided by a document template and style sheet.
  • pandoc - If you need to convert files from one markup format into another, pandoc is your swiss-army knife.
  • *Sustainable Authorship in Plain Text using Pandoc and Markdown
  • *Unicode Nearly Plain-Text Encoding of Mathematics - With a few conventions, Unicode1can encode manymathematical expressions in readable nearly plain text. Technically thisformat is a “lightly marked up format”; hence the use of “nearly”.
  • MathML - MathML is a low-level specification for mathematical and scientific content on the Web and beyond.
  • *A list of MathML Tools
  • AsciiDoctor - AsciiDoctor is a fast text processor & publishing toolchain for converting AsciiDoc to HTML5, DocBook & more.

Miscellaneous

Specification

  • OpenAPI Specification - a standard, language-agnostic interface to RESTful APIs which allows both humans and computers to discover and understand the capabilities of the service without access to source code, documentation, or through network traffic inspection.
  • *OpenAPI.Tools - List of various tools that use the OpenAPI Specification including Convertors, Validators, Documentation, Mock Servers, SDK Generators, Text Editors and more.
  • MSON - A description format for describing data structures in common markup formats such as JSON, XML or YAML.

Related

License

CC0

More Repositories

1

google-sre-ebook

Google SRE Book Generator (EPUB/MOBI/PDF).
Shell
1,208
star
2

ideas

🚀 Ideas for everyone under a CC licence. Feel free to use. I'll send you a postcard if you build anything on this list.
418
star
3

pystitcher

pystitcher stitches your PDF files together, generating nice customizable bookmarks for you using a declarative markdown file as input
Python
389
star
4

boardgame-research

List of research around modern boardgames.
XSLT
357
star
5

ifttt-webhook

♻️ A webhook middleware for the ifttt.com service
PHP
302
star
6

hackertray

ℹ️ HackerTray is a minimalist Hacker News app for Linux
Python
247
star
7

hello-cloudflare

A public letter to Cloudflare to fix their snoopy vendor
242
star
8

the-joy-of-software-development

📘 A book for Software Developers who want to expand their knowledge. Encompassing various languages, tools, frameworks and technologies, it aims to improve your understanding of Software Development.
Shell
96
star
9

nebula

Source Code for the Home Server setup.
HCL
56
star
10

constitution

Constitution of India, in plain text (with git history)
40
star
11

cosmere-books

Script to build EPUB/MOBI/PDF versions of various books by Brandon Sanderson
HTML
39
star
12

jqaas

jq as a service
PHP
32
star
13

indiapost-tracker

India Post tracker API
Python
31
star
14

sanskari-proxy

A proxy for security researchers outside India to access Indian government websites without resorting to shady VPNs.
29
star
15

potion

Potion is github-pages compatible editor for jekyll blogs.
JavaScript
26
star
16

security-engineering-ebook

Script to generate a combined PDF for the Security Engineering 3rd edition book from the publicly available chapters under review.
Shell
25
star
17

Scripts

🏃 I keep lots of small scripts in the ~/scripts directory. Added it to path as well
Perl
20
star
18

india-isin-data

International Securities Identification Numbers for various Indian Securities
Shell
20
star
19

dotfiles

My dotfiles, managed using GNU stow
Perl
20
star
20

codechef

Codechef Problems viewer with an offline copy of all practice problems from codechef
PHP
20
star
21

amon

amon is a hacking tool for maintaining access to accounts using oauth tokens, instead of passwords.
Ruby
17
star
22

sympathy

Local File Editor for Chrome using NPAPI
JavaScript
17
star
23

disable-web-fonts

Disables Custom Fonts across all website. Saves Bandwidth. Blocks Trackers
JavaScript
17
star
24

configurator

Javascript configuration library to handle an application's configuration. Stores config to localstorage.
JavaScript
13
star
25

mf.captnemo.in

Get information about Indian Mutual Funds from their ISIN numbers.
Ruby
13
star
26

muse-dl

Download and stitch books from Project MUSE
Crystal
12
star
27

url-to-epub

A simple script that generates an EPUB from a single URL, zero-config
JavaScript
12
star
28

cctc3-solutions

Solutions to Round 1 of the CCTC Wave III Contest (Jeopardy style CTF)
PHP
11
star
29

youtube-cue

Generate CUE sheet from timestamps in youtube video description
JavaScript
11
star
30

nullcon2014

Source code for my talk on browser extension security
Ruby
11
star
31

uservoice

Clone of uservoice based on Kohana
PHP
10
star
32

outliner

A simple HTTParty based wrapper for the Outline API. Comes with ready scripts to import|export content from Outline.
Ruby
10
star
33

multiplayerchess.com

MultiplayerChess.com Source Code
JavaScript
10
star
34

tls.wtf

A hands-on workshop on using OpenSSL for TLS
Dockerfile
9
star
35

eteled

@eteled is a github bot that auto-deletes future comments from a discussion
Ruby
9
star
36

india-mutual-fund-ter-tracker

Tracking Total Expense Ratios of Indian Mutual Funds. Automatically updated daily.
HTML
9
star
37

what-to-read

Peppers your goodreads to-read list with amazon links
Ruby
8
star
38

epub-metadata-generator

Generates a metadata.xml file for an EPUB from various online sources, can be used with pandoc
JavaScript
7
star
39

gringotts

Personal expenses tracker over Ecommerce applications
Ruby
7
star
40

quick-list-select

Ever had a long list that needed to be marked Yes / No and you wanted to do it faster than Excel?
HTML
6
star
41

ickabog-ebook

Script to generate PDF and EPUB for "The Ickabog" by J.K Rowling
Shell
6
star
42

lightsaber

DNS - 30x Redirect hosted service
Ruby
6
star
43

historical-mf-data

Historical Mutual Funds data
Python
5
star
44

opml-gen

Ruby
5
star
45

magicmuggle

Script to build EPUB/MOBI/PDF versions of "Magic Muggle" book
Ruby
5
star
46

sushigo

Ruby
5
star
47

kerala-it-policy-draft

A markdown version of the Kerala State Information Technology Policy (Draft)
5
star
48

modernart

This is a MiniZinc based attempt to solve the Modern Art: Masters Gallery game.
PHP
4
star
49

obtvse-editor

DEPRECATED REPOSITORY See Potion
JavaScript
4
star
50

musicfellas-downloader

Simple Downloader for musicfellas.com
Shell
4
star
51

india-pincode-regex

A simple regex based exhaustive validator for PIN codes in India
JavaScript
4
star
52

jekyll-sqlite

A Jekyll plugin that lets you use SQLite database instead of data files as a data source.
Ruby
4
star
53

crypto.koans

crypto.koans are koans to help you learn openssl/tls/curl practical usage
PHP
4
star
54

prometheus-act-exporter

Exposes your current ACT Fibernet Internet usage as prometheus metrics. Scrapes the data from the ACT Portal website by using puppeteer.
JavaScript
4
star
55

tabcoin

Ruby
3
star
56

pget

Download Manger using PyGTK with multi-threaded download support
Python
3
star
57

suntime

Crystal library for calculating sunrise and sunset times.
Crystal
3
star
58

goosh

Fork of the original goosh shell (goosh.org). Modified with my own extensions for specific purposes
JavaScript
3
star
59

news

Plain-Text India-focused News
HTML
3
star
60

hackertray-win

Port of captn3m0/hackertray to Windows using node-webkit
JavaScript
3
star
61

forteller-dl

Downloads MP3 files from Foreteller Games, without using the app. You must purchase the media first from https://www.fortellergames.com/.
PHP
3
star
62

channeli-notice-fixer

This extension fixes the broken links in Channel I notices
JavaScript
2
star
63

muse-ebook-downloader

Archived. See muse-dl instead
Shell
2
star
64

npci-rss-feeds

RSS Feeds for various NPCI Circulars and Notifications.
Smarty
2
star
65

elibsrv

GitHub mirror for elibsrv
C
2
star
66

wona

WoNA Archives (IITR News Magazine)
HTML
2
star
67

pdp-book

HTML
2
star
68

ics-to-html

Script to publish an ICS calendar as HTML
Ruby
2
star
69

avatars

This repository contains the various avatars, and wallpapers that I use.
2
star
70

nand2tetris

The Elements of Computing Systems, My Workbook for the NAND to Tetris course.
Assembly
2
star
71

never-say-you-cant-survive

Script to generate an ebook for "Never Say You Can't Survive" - book by Charlie Jane Anders.
Ruby
2
star
72

Minerva

Minerva is a simple ebook scanning system, which uses amazon's Product Search API along with google book search to generate metadata for each book. It does full text indexing using Zend_Lucene in PHP.
PHP
2
star
73

ifttt-evernote

ifttt-webhook plugin for adding articles to evernote. Uses the readability API
PHP
2
star
74

pocket-channel-i

@IMGIITRoorkee's pocket-channel-i chrome extension without the "tabs" privilege.
JavaScript
2
star
75

ariel

Ariel is a real time collaborative code editor
JavaScript
2
star
76

gothok

A Game of Thrones: Hand of the King
Python
2
star
77

kuvera-unofficial-api-specification

Unofficial Specification for the Kuvera read APIs
HTML
2
star
78

akira-backend

Akira backend written using Limonade
PHP
2
star
79

hoshruba

Script to build EPUB/MOBI/PDF versions of "Hoshruba: The Land and the Tilism" book
CSS
1
star
80

msgboy

Msgboy pushes your web to your browser!
JavaScript
1
star
81

talks

Some Talks...
HTML
1
star
82

find-my-constituency

Python
1
star
83

terraform-docker-kayak

HCL
1
star
84

terraform-http-setcronjob-whitelist

Terraform Module that returns the latest SetCronJob IP Whitelist: https://support.setcronjob.com/hc/en-us/articles/219802207-SetCronJob-IP-addresses-list
HCL
1
star
85

tld-a-record

CSS
1
star
86

opengram

Elixir
1
star
87

dorycms

Little, simple, and made for developers who want their designs to be quickly integrated into the website.
JavaScript
1
star
88

google-swe-ebook

Google SWE EBook Generator (PDF/EPUB)
Python
1
star
89

cneditor

PHP
1
star
90

projecteuler.net

My solutions of Project Euler problems
C++
1
star
91

electron-fingerprints

Generates fingerprints for electron version detection by downloading electron releases and generating checksums of the files contained in each release.
PHP
1
star
92

thesetup

Analysis of hardware/software used by people featured on The Setup (usesthis.com)
Shell
1
star
93

asmodee-owns-it

List of boardgames showing Asmodee's dominance in the boardgame industry
PHP
1
star
94

captn3m0

GitHub Profile page
1
star
95

frakjs

JavaScript
1
star
96

js-guard

Source code for the JS-Guard extension by CDAC.
JavaScript
1
star
97

hacker

Hacker was a text-based game I wrote long time ago in my 8th grade. Compiles only in Turbo C++
1
star
98

chrome-pin-keyboard-shortcut

Creates a keyboard shortcut (Ctrl+Shift+A) to toggle the pinned state of the current tab.
JavaScript
1
star
99

okiya

JavaScript
1
star
100

playtube

Music player that runs on top of youtube for my raspberry pi
Python
1
star