Skip to content

skyrocketOoO/tag-pyrenees

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published