aboutsummaryrefslogtreecommitdiff
path: root/lib/util.bash
AgeCommit message (Collapse)AuthorFilesLines
2024-04-02Fix values with = being used for templatingPatrick Spek1-4/+4
2023-05-21Add chomp utilPatrick Spek1-0/+5
2023-05-15Remove bpt from the codebase againPatrick Spek1-45/+6
The power of the templating tool were not as big as I had hoped. The inclusion of another license also doesn't really seem like it is worth the trouble considering the tool didn't really get me the high level of templating I had desired. The quest for templating continues...
2023-03-26Improve my relationship with shellcheckPatrick Spek1-1/+1
2023-03-26Redo dir_hash with new file_hash functionalityPatrick Spek1-3/+32
2023-03-26Add newline after bpt templating functionPatrick Spek1-0/+1
2023-03-26Add bpt for file templatingPatrick Spek1-6/+44
2023-03-10Update new code for shellcheck compliancyPatrick Spek1-3/+4
2023-03-10Add playbook_path()Patrick Spek1-1/+19
2023-03-10Move the file_template function and add a commentPatrick Spek1-34/+38
2023-03-10Update copyright datesPatrick Spek1-1/+1
2023-03-08Rename file_rhash to dir_hashPatrick Spek1-10/+10
2022-12-04Add file_rhash utilityPatrick Spek1-0/+10
2022-05-26Make datetime pass on -u in all casesPatrick Spek1-2/+3
2022-05-11Make shellcheck happyPatrick Spek1-0/+3
2022-04-19Add documentationPatrick Spek1-264/+4
2022-04-17Make shellcheck happyPatrick Spek1-9/+21
2022-04-17Add licensePatrick Spek1-0/+4
2022-04-17Add a Makefile for easy installationPatrick Spek1-2/+2
2022-04-17Add functionality to work with playbooksPatrick Spek1-10/+80
2022-04-16Update config() to also search playbook-specific config filesPatrick Spek1-7/+18
2022-04-16Initial draft for sync subcommandPatrick Spek1-22/+22
2022-04-15Initial commitPatrick Spek1-0/+365