All Projects → int3rlop3r → jot

int3rlop3r / jot

Licence: other
Jot stuff down without messing up your workspace!

Programming Languages

go
31211 projects - #10 most used programming language

Projects that are alternatives of or similar to jot

jot
📝 A server-less pastebin app for short messages. Data is stored within the URL.
Stars: ✭ 33 (+120%)
Mutual labels:  notes, jot
Polyx
Productivity suite written from scratch in Ink on the backend and Torus on the web
Stars: ✭ 98 (+553.33%)
Mutual labels:  notes, todolist
Code-Collection
个人博客、解决方案、遇到的问题记录、代码片段、笔记
Stars: ✭ 14 (-6.67%)
Mutual labels:  notes
fyodor
Convert your Amazon Kindle highlights and notes into markdown (or any format).
Stars: ✭ 101 (+573.33%)
Mutual labels:  notes
nixnote2
Nixnote - Evernote desktop client for Linux
Stars: ✭ 281 (+1773.33%)
Mutual labels:  notes
rino
A better way to write Markdown
Stars: ✭ 28 (+86.67%)
Mutual labels:  notes
tigefa4u.github.io
🆙 for personal notes
Stars: ✭ 13 (-13.33%)
Mutual labels:  notes
go-todo-backend
Go Todo Backend example using modular project layout for product microservice.
Stars: ✭ 177 (+1080%)
Mutual labels:  todolist
lunatask
All-in-one encrypted to-do list, notebook, habit and mood tracker, pomodoro timer, and journaling app
Stars: ✭ 35 (+133.33%)
Mutual labels:  notes
open-in-notion
Chrome Extension to redirect Notion pages links to the desktop app.
Stars: ✭ 42 (+180%)
Mutual labels:  notes
Learning Linux
Linux 学习笔记,基于《鸟哥的 Linux 私房菜 第四版(CentOS7)》以及各种的网络资源
Stars: ✭ 16 (+6.67%)
Mutual labels:  notes
shared-docs
Shared Markdown Documents from Uber Engineering
Stars: ✭ 12 (-20%)
Mutual labels:  notes
MusicManipulations.jl
Manipulate music data, humanize, quantize and analyze music performances with Julia
Stars: ✭ 41 (+173.33%)
Mutual labels:  notes
Textylic
A note taking app developed for the 22nd century
Stars: ✭ 34 (+126.67%)
Mutual labels:  notes
quicknotes
Quick notes (Some rich text, colorful notes, attachments, and organized by tags.) app to Nextcloud
Stars: ✭ 64 (+326.67%)
Mutual labels:  notes
jackliu-golang-notes
Jack Liu's Golang personal summary main points notes, notes to fast understand golang
Stars: ✭ 17 (+13.33%)
Mutual labels:  notes
bearclaw
Menubar app to quickly create new notes in Bear
Stars: ✭ 60 (+300%)
Mutual labels:  notes
notes
📓 Notes related to Computer Science stuff.
Stars: ✭ 15 (+0%)
Mutual labels:  notes
docker-notes
Docker Notes For Fresh Learner
Stars: ✭ 53 (+253.33%)
Mutual labels:  notes
deeplearning-paper-notes
Reading notes on deep learning papers---深度学习论文阅读笔记
Stars: ✭ 36 (+140%)
Mutual labels:  notes

Jot

Jot is a tool that helps you take notes in your terminal without leaving files lying around in your project's directory. It does this by grouping all your notes (a.k.a. jots) under a "tracked" workspace. Your "jots" are actually stored in an sqlite db and can be viewed inside directories that they were created in using jot's commands. All jots are opened in the default editor (you can change it using update-alternatives)

Usage

Jot - jot stuff down without messing up your workspace!

usage: jot [file]             edit jot file in working directory
   or: jot <command> [<args>] perform misc operations

commands:
    -t                 Track current directory
    -u                 Untrack current directory. Note: this will delete all jots in the dir
    -l                 List jot files in the working directory
    -o                 Print file contents on the standard output
    -d                 Delete a jot from the working directory
    -m                 Import a file. The resulting file's name will be the jot's name
    -clean-all         Remove all jot files in the system (dangerous)
    -list-tracked      List all tracked dirs
    -help              Print Help (this message) and exit

Install

You can download a binary (for linux) from here (don't forget to mark it as 'executable').

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].