# garden **Repository Path**: imgrass/garden ## Basic Information - **Project Name**: garden - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-25 - **Last Updated**: 2024-03-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Description In the process of using computers _ for development, testing and \`"-. learning, etc., I always encounter ) _`-. situations: , : `. \ : _ ' \ - Some tasks have fixed procedures, ; *` _. `--._ such as processing TR and `-.-' `-. features. These fixed workflows | \ `. can be automated and managed :. } \ using programs | \ . : .-' . : )-.; ; / | : - The knowledge points we learn : ; | : : ;-. will be recorded scatteredly, ; / : |`-: _ `- ) maybe in documents, or maybe ,-' / ,-' ; .-`- .' `--' written in some programs, but `--' `---' `---' BUG over time we may forget them, and we hope to use programs to manage them. - In daily life, we have some common operations, which may be a series of command combinations. If it is troublesome to operate manually, I hope they can also be handled by programs. - We have some ideas that need to be implemented programmatically, but it would be very troublesome to have to start over every time, and it's easy to give up halfway and forget what needs to be done when starting over, so I hope this project can bring together some common things. , and can record my thoughts. - A very important point is that when there is a problem with the environment, or when I need to start over in a new environment due to issues such as changing computers, I hope that this project can automatically restore the environment to what I am familiar with without having to I do this manually. - Various chores ... which makes me want to use program to help me handle them automatically. All in all, this project is for laziness (^_<): __ _ _ _ __ / /__ ____ (_)__ ___ ___ ___ (_)__ _ __(_)___/ /___ _____ / / _ `/_ // / _ \/ -_|_-<(_-< / (_-< | |/ / / __/ __/ // / -_) /_/\_,_//__/_/_//_/\__/___/___/ /_/___/ |___/_/_/ \__/\_,_/\__/ # Install $ curl -o waf https://waf.io/waf-2.0.26 $ ./waf --help