All Projects → archivy → Archivy

archivy / Archivy

Licence: mit
Archivy is a self-hosted knowledge repository that allows you to safely preserve useful content that contributes to your own personal, searchable and extendable wiki.

Programming Languages

python
139335 projects - #7 most used programming language
HTML
75241 projects
CSS
56736 projects

Projects that are alternatives of or similar to Archivy

Nb
CLI and local web plain text note‑taking, bookmarking, and archiving with linking, tagging, filtering, search, Git versioning & syncing, Pandoc conversion, + more, in a single portable script.
Stars: ✭ 3,846 (+40.06%)
Mutual labels:  productivity, note-taking, cli, knowledge-base
Kb
A minimalist command line knowledge base manager
Stars: ✭ 2,789 (+1.57%)
Mutual labels:  cli, knowledge-base, knowledge
Stup
Daily notes in the terminal 🐧
Stars: ✭ 340 (-87.62%)
Mutual labels:  productivity, note-taking, cli
Obsidian-JG-Method
A starter kit that follows how I use Obsidian to manage my goals, tasks, notes, and software development knowledge base.
Stars: ✭ 110 (-95.99%)
Mutual labels:  productivity, note-taking, knowledge-base
Jrnl
Collect your thoughts and notes without leaving the command line.
Stars: ✭ 5,126 (+86.67%)
Mutual labels:  productivity, note-taking, cli
Baelte
CLI tool for svelte to help you be productive
Stars: ✭ 85 (-96.9%)
Mutual labels:  productivity, cli
Community
Modern Confluence alternative designed for internal & external docs, built with Golang + EmberJS
Stars: ✭ 1,286 (-53.17%)
Mutual labels:  knowledge-base, knowledge
Posce
A note-taking toolkit for your command line.
Stars: ✭ 103 (-96.25%)
Mutual labels:  note-taking, cli
Check It Out
A command line interface for Git Checkout. See branches available for checkout.
Stars: ✭ 127 (-95.38%)
Mutual labels:  productivity, cli
Fugitive
Simple command line tool to make git more intuitive, along with useful GitHub addons.
Stars: ✭ 20 (-99.27%)
Mutual labels:  productivity, cli
Termy
A terminal with autocomplete
Stars: ✭ 112 (-95.92%)
Mutual labels:  productivity, cli
Brotab
Control your browser's tabs from the command line
Stars: ✭ 137 (-95.01%)
Mutual labels:  productivity, cli
Elasticsearch Cli
Command line interface for ElasticSearch
Stars: ✭ 70 (-97.45%)
Mutual labels:  cli, elasticsearch
Notemaster
NoteMaster is an smart minimalistic persistent note-taking app to help boost productivity.
Stars: ✭ 40 (-98.54%)
Mutual labels:  productivity, note-taking
Yi Note
YiNote browser extension - online video note taking tool
Stars: ✭ 96 (-96.5%)
Mutual labels:  productivity, note-taking
Notes
📝 Simple delightful note taking, with more unix and less lock-in.
Stars: ✭ 939 (-65.8%)
Mutual labels:  productivity, note-taking
Nnn
n³ The unorthodox terminal file manager
Stars: ✭ 13,138 (+378.44%)
Mutual labels:  productivity, cli
Licenseplist
A license list generator of all your dependencies for iOS applications
Stars: ✭ 1,996 (-27.31%)
Mutual labels:  productivity, cli
Proji
A powerful cross-platform CLI project templating tool.
Stars: ✭ 156 (-94.32%)
Mutual labels:  productivity, cli
Slack Cli
Slack CLI for productive developers
Stars: ✭ 157 (-94.28%)
Mutual labels:  productivity, cli

logo

We just launched v1.6.0!! Lots of UI improvements and new features, including embedding tags directly inside content, ie: I love #archivy#. More details here.

Archivy

Archivy is a self-hostable knowledge repository that allows you to preserve content in your own personal, searchable and extensible wiki.

Features:

  • If you add bookmarks, their web-pages contents' will be saved to ensure that you will always have access to it, following the idea of digital preservation.
  • Bidirectional links between notes, and embedded tags.
  • Authentication for hosting your instance publicly
  • Plugin system to publish and write extensions to archivy
  • Git integration
  • Everything is a file! For ease of access and editing, all the content is stored in extended markdown files with yaml front matter. This format supports footnotes, LaTeX math rendering, syntax highlighting and more.
  • Powerful and advanced search.
  • Image upload
  • Backend API for flexibility and user enhancements.

demo video

Roadmap

Upcoming:

  • Annotations
  • Multi User System with permission setup.

Quickstart

Install archivy with pip install archivy. Other installations methods are listed here, including Docker.

Run the archivy init command to setup you installation.

Then run this and enter a password to create a new user:

$ archivy create-admin <username>

Finally, execute archivy run to serve the app. You can open it at https://localhost:5000 and login with the credentials you entered before.

You can then use archivy to create notes, bookmarks and then organize and store information.

See the official docs for information on other installation methods.

Community

Archivy is dedicated to building open and quality knowledge base software through collaboration and community discussion.

To get news and updates on Archivy and its development, you can watch the archivy repository or follow @uzpg_ on Twitter.

You can interact with us through the issue board and the more casual discord server.

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].