https://github.com/almayor/42-utils
Useful scripts for working on projects @ School 42
https://github.com/almayor/42-utils
21school 42 42school
Last synced: 3 months ago
JSON representation
Useful scripts for working on projects @ School 42
- Host: GitHub
- URL: https://github.com/almayor/42-utils
- Owner: almayor
- License: mit
- Created: 2020-07-13T16:50:16.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-07-13T16:52:51.000Z (almost 5 years ago)
- Last Synced: 2025-01-30T05:26:44.615Z (5 months ago)
- Topics: 21school, 42, 42school
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## 42-utils
A collection of useful scripts for working on projects @ [School 42](https://en.wikipedia.org/wiki/42_(school)).
### Overview
1. `proto-list`
* A python script that extracts and prints a sorted list of all non-static function prototypes (including cases where prototypes span multiple lines). Source files are searched recursively, starting from a given directory. Useful for creating / updating headers.
* `Usage: proto-list `2. `src-list`
* A shell script, recursively searching and printing a sorted list of `.c` files in a directory. Useful for pasting into Makefiles, since the [Norme](https://github.com/almayor/libft/blob/master/docs/subjects/norme.en.pdf) doesn't allow wildcards.
* `Usage: src-list `---
If you have any questions, please contact me on Github.