-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Learn about PINNED issues here.
Follow the TODO directly within the code.
: '
// START COMMENT BLOCK
# TODO
c() see more than 1 line in git log
- Impact on: #4, #8
# TODO Core_Load_Vars_General
better management core vars / group them, avoid having multiple place to define them
file to check VERSUS file to source
we have few array that are configs. They should be all together under the same block of code.
# TODO
code optimization 0o0o / Need logic to manage file under /private/*
favorite URL could be a great example
# TODO private scripts
logical flags to manage under /private/*
Need to check if files exist /private/* when DIR private exist
logic to switch between private fct VERSUS public fct
overide like:
custom_fct_opensite="true" # during pr, merg
custom_fct_help="false"
# TODO
set a new config flag: debug="true"
# TODO
## App check brew + git-crypt + gnupg, shellcheck
if brew ls --versions myformula > /dev/null; then
The package is installed
else
The package is not installed
fi
# TODO
spell checker in comments, vs code extension ?
# TODO ci pipeline
create ci for using shellcheck
run test()
# TODO Show_Docs()
works but not clean, but it works mdv() / Show_Docs
we cant provide an abosolute path to the file because the Docker container cant the absolute path
I also DONT want to provide two arguments when using glow
I might simply stop using a docker container for this
but as a priciiple, I like to call a docker container
# TODO squash
function that search for the same commit messages in previous commits
then suggestion to do a squash, then prompt user y/n
# TODO Show_Fct_Category_F1 , F2
revisit this function once all file are solid + private logic
// END COMMENT BLOCK
'
Reactions are currently unavailable