Skip to content

A repo for all my helper scripts and functions - Feel free to use and contribute

License

Notifications You must be signed in to change notification settings

legenduzo/helpers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository is designed to hold all the helper functions that either automates my work or abstracts away needless repetitive work.

Feel free to use, contribute to, or suggest improvements for this project.

Thanks.

File names and meanings

Method - The Filenames will be designed to look like oversimplifications sometimes, but then, they follow what has come before. ls and pwd for example in unix-like operating systems.

g

This is used to execute git commands. It executes git add ., git commit -m 'message', and git push.

Usage Syntax

g 'commit message'.

gv

This is used to execute compilation commands. It executes gcc and includes multiple error checks for the c89 target, then executes valgrind to check for memory leaks, and then executes betty to check for clean code practices.

Usage Syntax

gv your_c_filename output_filename test_filename

Note that including test_filename is optional.

About

A repo for all my helper scripts and functions - Feel free to use and contribute

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages