DEV Community

Cover image for opensource c++ "productivity app". Contributors wanted :)
Agustin Perez Paladini
Agustin Perez Paladini

Posted on • Updated on

opensource c++ "productivity app". Contributors wanted :)

Hi all, publishing this over here to hear your thoughts about it, contributors are more than welcome, and hopefully someone find it useful!

What

Alias is an app I started long long time ago, with some intentions in mind, which changed (some of them) in the last years, but keeping the same goal, reach content with wathever keywords you remember about it (i.e. tags). No magic here.

The app is currently intended to run as a native app on multiple platforms, is opensource and written on cpp (with QT for the ui). You can find it here in the github repo. There are more info over there.

The goal of the app is to provide a fast (very fast) access to information (content) using tags. There are many possible use cases, I use it daily to access code snippets or commands (note that you can do this commands with the alias feature from unix system, somehow that was the inspiration for this, before was called "Tag Linker", ugly name).

I also use it often for taking / storing notes, or information I get from messaging apps like slack / whatsapp / etc, that finding them later would take ages trying to figure it out either who send that message, what was the topic about or some (key)word mentioned around that time (I usually tag important links or information with the name of the person and topic). Clearly, this is an example of my bad memory.

Some other examples are, storing personal information like:

  • urls to projects or in general
  • banking information (IBAN / etc).
  • mobile phone or address.
  • snippets of code I frequently use or commands
  • etc.

I'm not inventing something magical in here, there are trillon ways of accomplishing the same (accessing to information), for example, you can open a notes app or store all the information in a simple and single .txt file. Still, in my personal experience, I felt annoyed when spending some time to get that information (some time = 15 seconds).

The goal of alias is to access the content super fast (in less than 3 seconds), without interrumping your current flow (writing a message, writing code, doing any task), with only writing few characters to get it.

Current state

  • Currently the app works on linux and windows, mac is still in progress (since I do not have one).
  • The apps looks (very very very) ugly, but is functional (there is A LOT OF ROOM FOR IMPROVEMENT here (and I would love to find collaborators :)). The gif on top says everything.
  • The documentation on how to use it is poor and mainly for devs, but the app is actually intended for more general purposes (any thing that is kind of repetitive or takes time to access it or it is annoying to do it, can be solved with the app).
  • Is optimized for keyboard use (suffix autocompletion with tab, tags filtering based on current selected tags, creation / edition / deletion of contents are all shortcuts as well as the execution of the app).
  • The app supports encrypted content, so it requires a password to access (sensitive content).
  • ... (more in the repo)

And there are many many many ideas more to implement:

  • There are many ideas for improving the content types, currently is just text (copy text to clipboard) or execute commands. It can be many other things, like template generation content (handy for autocode generation, or generic messages generation, etc), rich text (markdown, or lists), TODO content type, etc.
  • There are other ideas to expand to mobile (longstory)
  • Support cloud storage / auto sync
  • ....

I'm interested on understanding more or different use cases, and I'm sure this would make the feature list much bigger.

Feedback / Join

I'm using the app on daily / hourly basis, and I find it super useful, but of course, not everybody is the same, so I would like to share it to the world and get some feedback, and better yet, people who wants to join and make the app much better and powerful :).

Salute

Top comments (0)