Split up functions to several files

Repository details (npshell)
Project page
npshell
Project category
(121 entries)
Repository
@joelpurra/npshell
Owner
@joelpurra
Commit details (6568a59e)
Author
Authored at
Committer
Joel Purra
Committed at

Commit message

Split up functions to several files

Raw text
Split up functions to several files

Changed files (9)

Path Additions Deletions
src/shared/functions.sh +8 -387
src/shared/functions/basic.sh +25 -0
src/shared/functions/config.sh +13 -0
src/shared/functions/display.sh +8 -0
src/shared/functions/externalplayer.sh +34 -0
src/shared/functions/filesystem.sh +80 -0
src/shared/functions/input-validation.sh +44 -0
src/shared/functions/processes.sh +164 -0
src/shared/functions/queue.sh +36 -0

Commit categories (3)