All Projects → jabbalaci → PrimCom

jabbalaci / PrimCom

Licence: GPL-2.0 license
PrimCom: manage and access your personal knowledge base easily

Programming Languages

python
139335 projects - #7 most used programming language
shell
77523 projects
HTML
75241 projects

Projects that are alternatives of or similar to PrimCom

ButOSX
CSGO Cheat Base for MacOSX. Written in C++ & Objective C. Menu Powered by ImGui. Includes Apple TouchBar API.
Stars: ✭ 58 (+132%)
Mutual labels:  cheat
hexen-dll-injector
HEX-EN DLL Injector
Stars: ✭ 20 (-20%)
Mutual labels:  cheat
handbook
📚 Personal bits of knowledge.
Stars: ✭ 88 (+252%)
Mutual labels:  knowledge
AnticheatJS
Javascript Anti Cheats 101
Stars: ✭ 81 (+224%)
Mutual labels:  cheat
memo-dev
Knowledge base, Today I Learned, Cheatsheet ... Call this as you want ...
Stars: ✭ 13 (-48%)
Mutual labels:  knowledge
Apex-Legends-SDK
Open Source Cheat for Apex Legends, designed for ease of use. Made to understand reversing of Apex Legends and respawn's modified source engine as well as their Easy Anti Cheat Implementation.
Stars: ✭ 101 (+304%)
Mutual labels:  cheat
codex
A repository of mathematical knowledge written in the MathLingua language.
Stars: ✭ 17 (-32%)
Mutual labels:  knowledge
realmdefensecheat
Cheating Tool for Babeltime's Realm Defense game
Stars: ✭ 17 (-32%)
Mutual labels:  cheat
league-of-legends
external cheat for league of legends
Stars: ✭ 26 (+4%)
Mutual labels:  cheat
Data-Structures-and-Algorithms--A-Comprehensive-Guide
Data Structures & Algorithms - A Comprehensive Guide
Stars: ✭ 15 (-40%)
Mutual labels:  knowledge
EverythingCrypto
(Still exploring) My cryptography journey: A collection of notebooks covering different algorithms and concepts from cryptography
Stars: ✭ 123 (+392%)
Mutual labels:  knowledge
Ultimate-Hacker-Roadmap
Don't know what to focus on to become a Penetration Tester..? This is the BEST roadmap for becoming a modern penetration tester. Everything you need to know to land a paying job, categorized in 5 skill levels.
Stars: ✭ 132 (+428%)
Mutual labels:  knowledge
react-cheatsheets
Create and generate cheat sheets using React
Stars: ✭ 21 (-16%)
Mutual labels:  cheat
podcasts
Awesome Podcasts
Stars: ✭ 64 (+156%)
Mutual labels:  knowledge
knowledge
Everything I know. My knowledge wiki. My notes (mostly for fast.ai). Document everything. Brain dump.
Stars: ✭ 118 (+372%)
Mutual labels:  knowledge
CSGO-Offset-Scanner
Java Based Cross-Platform CSGO Offset and Netvar Scanner
Stars: ✭ 28 (+12%)
Mutual labels:  cheat
SuperMemoAssistant.Plugins.PDF
Incremental PDF for SuperMemo
Stars: ✭ 29 (+16%)
Mutual labels:  knowledge
AIKIF
Artificial Intelligence Knowledge Information Framework
Stars: ✭ 54 (+116%)
Mutual labels:  knowledge
ExSharp-Base
External League of Legends Base
Stars: ✭ 128 (+412%)
Mutual labels:  cheat
toy-arms
⚔️ my simple reusable game hack components in Rust
Stars: ✭ 71 (+184%)
Mutual labels:  cheat

PrimCom

PrimCom is a personal knowledge base manager, primarily made for programmers. It is meant to be running in a terminal, thus you can access and consult it quickly while working.

Motivation

There are lots of code snippets that I use often but I couldn't reproduce them easily by heart. When I need such a piece of code, either I look it up on my blog (if I had written about it), or Google it. When I see the code, I remember it and I can modify it to my needs. However, looking up something on the Internet can take time (at least 30-60 seconds).

With PrimCom you can collect your own code snippets with your own examples. You can assign tags to them and find them easily later. PrimCom can perform two main actions: print the content of a file, or open a web page.

PrimCom has several useful features. It has tab completion; it can copy the content of a file to the clipboard; it can syntax highlight your code snippets; it even has a built-in radio player to keep you entertained while coding, etc. See the built-in help for a detailed list.

Quick start

Open a terminal with dark background and launch PrimCom:

$ ./h.py

If you prefer light background, use the light() command or modify directly the config.py file.

Type h for help, d for the list of available tags.

Screenshots

With dark background: dark background

With light background: light background

Platform

The project was developed under Ubuntu GNU/Linux with Python 2.7.

Details

To learn more about PrimCom, refer to this page: http://jabbalaci.github.io/PrimCom .

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