Skip to content
This repository was archived by the owner on May 4, 2024. It is now read-only.

1matin/takeep

takeep GitHub last commit GitHub commit activity GitHub release (latest SemVer)

The utility 🔧 of never getting your texts 📃 lost! Takeep is a simple command-line 🧑‍💻 tool that keeps 🗃️ your texts & lets you take them easily 🙂.

How takeep works?

Takeep is as simple as you can imagine! Add your text to takeep, give it a name, done! Now, you can access your text with 'take' command.

takeep commands' overview

> tkp keep -n myToken -c 239840984:sdofum0JDokcdfvjiSiodo √ Successfully added the item! > tkp take -n myToken ■ This is the content of myToken: 239840984:sdofum0JDokcdfvjiSiodo > tkp list ■ The list of items of default keepsheet: myToken > tkp edit -n myToken -c sdofum0JDokcdfvjiSiodo √ Successfully edited the item! > tkp take -n myToken ■ This is the content of myToken: sdofum0JDokcdfvjiSiodo 

Project files

takeep is written in C# with Visual Studio. Currently, takeep has 2 main projects:

  • Takeep.Cli
  • Takeep.Core

Takeep.Cli is the presentation project. It uses System.CommandLine to handle arguments for app call. Takeep.Core is the core project. It contains methods & functionality of takeep commands.