Termsequel

Bringing a portable SQL like syntax to our filesystem.


Project maintained by sgtcortez Hosted on GitHub Pages — Theme by mattgraham

Summary

Termsequel

Bringing SQL to our filesystem.
Termsequel, is an ideia that I have been thought a time ago(since, 2018 I guess), but, I had no ideia in how to implement it.

Examples

This section shows some examples of termsequel use …
Some useful information before:

 .                   Means the current working directory 
 ../                 Means the parent directory of the current working directory   
 ../..               Means the parent directory of the parent directory of the current working directory 
 ./<SOME_DIRECTORY>  Means the relative path of a directory 
 R                   Means read permission 
 W                   Means write permission 
 X                   Means execute permission 
 $<NAME>             Means a variable

Note: In the follow examples, we use the SQL format syntax for simplicity and pretty examples. When using Termsequel, you will need to provide the binary name, and the SQL instruction must be inside quotes!
Example: Correct usage of Termsequel

$ termsequel 'SQL_INSTRUCTION'

To see the columns that are available on your binary, type:

$ termsequel -h

Wiki

The wiki page contains the documentation of the termsequel.
Additional information about compilers, CMake, operating systems can be found there …

Stars

As an open source project, we need to mantain ourselfs motivated … Of couse, sometimes, we lost the motivation, and this is a normal thing … I do not want money for this project, do something else with your money … Buy a thing for you, your mummy etc … One thing, that you can help, is to give a star … With this, I know that I am helping someone around the world, and, this motivates me to continue …

A special thanks to the people who give an star