issues
search
LeaYeh
/
minishell
MiniShell is a minimalistic shell interpreter, supporting features like basic command execution, environment variable handling, command chaining, redirections, pipes, subshells, and here documents.
MIT License
25
stars
3
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
[DOCS] Put valgrind command into shell rc files
#385
itislu
opened
2 weeks ago
0
[CI] Fix clang-12 install issue with newest Ubuntu 24.04 image
#384
itislu
closed
2 weeks ago
0
[BUILD] Move usage guides to the end of the help messages in Makefile
#383
itislu
closed
1 week ago
0
[STYLE] Make conditionals in Makefile easier to read
#382
itislu
closed
1 month ago
0
[FIX] Fix prompt issues
#381
itislu
closed
1 month ago
2
[BUILD] Add a `SRC_EXTENSION` variable to Makefile
#380
itislu
closed
1 month ago
2
[DOCS] Improve valgrind command to display exit code
#379
itislu
closed
1 month ago
0
[BUILD] Use conventional preprocessor variable name
#378
itislu
closed
1 month ago
0
[CI] Add crash test to CI and make new changes of tester compatible
#377
itislu
closed
2 months ago
0
[CHORE] Fix red squiggly lines for signal functions
#376
itislu
closed
2 months ago
1
[DOCS] Add welcome art GIF to README
#375
itislu
closed
2 months ago
0
[DOCS] Make valgrind command one-click copy-paste
#374
itislu
closed
2 months ago
0
[CI] Adjust CI to new tester updates
#373
itislu
closed
2 months ago
0
[BUILD] Update Makefile with `MODE` variable that lets user combine multiple targets + more features
#372
itislu
closed
2 months ago
0
[CI] Reduce timeouts in GH Actions
#371
itislu
closed
3 months ago
0
[BUILD] Use make's linker flags for libraries
#370
itislu
closed
2 months ago
0
[CI] Use `inputs` for actions to enforce correct use
#369
itislu
closed
2 months ago
1
[CI] Use a reusable workflow for regression test
#368
itislu
closed
3 months ago
0
[CI] Add job summary to the lines of code workflow
#367
itislu
closed
3 months ago
0
[DOC] Fix lines of code badge with GH Actions
#366
itislu
closed
3 months ago
1
[FIX] Prevent infinite input loop when testing with readline in non-interactive mode
#365
itislu
opened
3 months ago
1
[STYLE] Rename "bracket" to "parentheses"
#364
itislu
closed
2 months ago
0
[BUILD] Add hint to `make help` when just running `make`
#363
itislu
closed
3 months ago
0
[STYLE] Rename "bracket" to "parentheses" in code
#362
itislu
closed
2 months ago
0
[DOC] Update supported features table
#361
itislu
closed
3 months ago
0
[BUILD] Add help messages to Makefile
#360
itislu
closed
3 months ago
0
[CHORE] Generalize the suppression file to work for any libreadline path
#359
itislu
closed
3 months ago
0
[CI] Maintainability improvements
#358
itislu
closed
3 months ago
0
[CI] Fix `SIGPIPE` behavior in GH Actions default runner
#357
itislu
closed
3 months ago
1
[REFACTOR] Exit for SIGPIPE signal without leaks
#356
itislu
closed
3 months ago
2
[FIX] Fix memory leak when `./minishell | ./minishell` + CTRL-C
#355
itislu
closed
4 months ago
0
[REFACTOR] Split up `exec_pipeline()` for readability
#354
itislu
opened
4 months ago
0
[DOC] Add shell commands how to test with valgrind
#353
itislu
closed
4 months ago
0
[LIB] Add `free_get_next_line()` to libft
#352
itislu
closed
3 months ago
0
[BUILD] Add `make san` and `make fast` to Makefile and fix compatibility with certain gcc versions
#351
itislu
closed
4 months ago
0
[CHORE] Add back stdio.h for compatibility with some systems
#350
itislu
closed
4 months ago
0
[FIX] Fix `SIGPIPE` leaks
#349
itislu
closed
4 months ago
0
[BUILD] Use shell script syntax to improve readability of msg printing
#348
itislu
closed
4 months ago
0
[CD] Fix missing .github directory in delivery
#347
itislu
closed
4 months ago
0
[CD] Allow .gitignore file and debug folder in evaluation branch
#346
itislu
closed
4 months ago
0
[CD] Use checkout to overwrite current branch by main
#345
LeaYeh
closed
4 months ago
1
[REFACTOR] Prevent mixed error messages by standardizing how errors are printed
#344
itislu
closed
3 months ago
0
[CHORE] Error-macro and `setup_signal()` simplification
#343
itislu
closed
3 months ago
0
[FIX] Fix `pwd` exit code
#342
itislu
closed
4 months ago
0
[LIB] Add new linked list functions to libft
#341
itislu
opened
5 months ago
3
[REFACTOR] Standardize function interfaces in executor and reduce double pointers
#340
itislu
opened
5 months ago
1
[STYLE] Make IO redirect names more clear
#339
itislu
opened
5 months ago
2
[FIX] Fix `SIGABRT` misuse by switching to `SIGUSR1`
#338
itislu
closed
5 months ago
0
[FIX] Fix `cd -` with `OLDPWD=""` not printing an empty line
#337
itislu
closed
5 months ago
0
[BUG] `cd -` with `OLDPWD=""` should print an empty line
#336
itislu
closed
5 months ago
0
Next