Branchs | CI | Code Qulity | Status |
---|---|---|---|
[master] | COVERAGE SUNBURST |
||
[develop] | |||
[publish] | |||
commits |
This is a toolkit project for speedup my daily life. It will be reconstituted into a GUI application if this project begins to take shape. According to daily requirements, it is split into different modules according to its functionality.
At the last but not least, these tools will be embedded into my big project anth (now an pre-research project), particularly, it is a qualified web crawler with high customizable walking purpose.
- FILE PROCESS TOOLS
- get all the directories and files in the root path and its sub-directories ====>
filesprocess/dirlist
- count number of lines in direction files ====>
filesprocess/filesline
- mark up the files different lines(if they have) and write them into buffer ====>
mergefile
- delete syntax format(
*.md
,*.rst
and so on) and get the plain text file. ====>fileparser
- personal defined text handler for text process. ====>
texthandler
- get all the directories and files in the root path and its sub-directories ====>
- Git REPOS TOOLS
- git repository management tools. ====>
gitmgr
- git repository management tools. ====>
- PYTHON FORMAT PRINT TOOLS
- make terminal standard output colorful. ====>
colorprinter
- python progress bar simulating npm. ====>
spinner
- make terminal standard output colorful. ====>
- SOURCE CODE MANAGEMENT TOOLS
- update system for preparation and update the git repositroies ====>
updatesys
- update system for preparation and update the git repositroies ====>
- MULTIPROCESS SPEEDUP TOOLS
- multi-jobs running tools. ====>
scheduler
- multi-jobs running tools. ====>
- OTHER TOOLS
- Linux Kernel Integrity Measurement check tools. ====>
other/imacheck.py
- Linux Kernel Integrity Measurement check tools. ====>
- TO BE DONE TOOLS
- plan arangement in calendar ====>
plandaycal
- convert the
*.rst
,*.md
and*.txt
files into pdf ====>pdfconvertor
- filter for files or directions search. ====>
fuzzyfinder
- personal Linux automatic management and efficient tools with Shell script. ====>
emsh
- some awsome useful python script for daily working. ====>
pyscript
- resource of operation system monitor. ====>
rosmonitor
- blog writing template generater tools and hexo management tools. ====>
blogger
- tools for cross developing with c and python. ====>
swiger
- auto reminder tools for checking new emails. ====>
mail
- plan arangement in calendar ====>
- DEPLOY TOOLKITEM TO PYPI
- deploy
spinner
to PyPi
- deploy