skyrocketOoO / tag-pyrenees

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TagPyrenees

TagPyrenees is a tag system use to find the files which contain the specific tag

Features

  • query files by tag
  • query files by expression
    • " ": AND
    • "-tag": negative tag
    • "'ta g'": the phrase of tag which contains space
  • list all tags

Originally

I implemented lots of codes in DSA repository, each algorithm or data structure usually contains one or more algorithm or data structure. Therefore, if I want to know which have some tag for learning. It must need a tag mechanism to help me to know. That is, this project borned...

How to use

  1. Add tags to your file's third line like: /* @tags: sort,stack,binarytree */ (don't use any space in your tag name) image
  2. run tagpyrenees.exe(or directly run the source code) to do what you want
>>> ./tagpyrenees.exe query ./DSA "tree sort -abc" -e
[binarytree.go]
>>> ./tagpyrenees.exe listtags .
[sort stack binarytree]

How to test

You can use my another project DSA to test Reference: https://github.com/QingYunTasha/DSA

Why use "Pyrenees" as project name?

image

I love dogggggggggggggggggggggggggggggggggggggggg

About

License:The Unlicense


Languages

Language:Go 99.1%Language:Makefile 0.9%