aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2024-04-06Fix config_subkeys_for when dealing with reference variablesHEADmasterPatrick Spek1-0/+3
2024-04-02Remove unused var from zap subcommandPatrick Spek1-2/+0
2024-04-02Allow using description file without extensionPatrick Spek1-1/+11
2024-04-02Rectify incorrect logging labels for del subcommandPatrick Spek1-3/+3
2024-04-02Implement zapPatrick Spek2-0/+42
2024-04-02Implement variable referencesPatrick Spek1-0/+14
2024-04-02Fix empty default valuesPatrick Spek1-3/+7
2024-04-02Fix values with = being used for templatingPatrick Spek2-5/+10
2023-08-01Fix typo in svc_enablePatrick Spek1-2/+2
2023-07-31Fix pull not returning 0 in all casesPatrick Spek1-0/+2
2023-07-31Improve svc utilsPatrick Spek1-35/+78
2023-05-22Use [0-9] to be more portablePatrick Spek1-2/+2
2023-05-22Calculate storage in a POSIX compliant mannerPatrick Spek1-6/+6
2023-05-22Ensure defaults are set properly, rather than only on load_1Patrick Spek1-9/+9
2023-05-22Add double-quotes around vars to please shellcheckPatrick Spek1-4/+4
2023-05-22Add a little styling to the headerPatrick Spek1-2/+2
2023-05-22Add the missing memory_free and memory_used for FreeBSDPatrick Spek1-1/+3
2023-05-21Use awk for floating point mathPatrick Spek1-6/+6
2023-05-21Silence SSH issuesPatrick Spek1-1/+1
2023-05-21Add memory_total and uptime to FreeBSD's sysinfoPatrick Spek1-0/+2
2023-05-21Make the load a more uniform formatPatrick Spek1-1/+5
2023-05-21Make more sysinfo work on FreeBSDPatrick Spek1-8/+21
It appears FreeBSD does support a procfs, but it doesn't come with much useful information for actually giving me the information I desire.
2023-05-21Add storage to topPatrick Spek1-7/+15
2023-05-21Add storage to sysinfoPatrick Spek1-7/+26
2023-05-21Slightly change the way memory is presentedPatrick Spek1-2/+2
2023-05-21Add top subcommandPatrick Spek2-0/+107
2023-05-21Add more information to sysinfoPatrick Spek1-0/+29
2023-05-21Add chomp utilPatrick Spek1-0/+5
2023-05-15Remove bpt from the codebase againPatrick Spek2-1289/+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 Spek2-1/+4
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 Spek2-6/+1285
2023-03-19Use --glob-archives for borgPatrick Spek1-2/+2
2023-03-14Add Alpine supportPatrick Spek2-24/+32
2023-03-14Fix issue where 'del' clears the entire registry filePatrick Spek1-1/+1
2023-03-14Don't look up vpn.ipv4 for ssh subcommandPatrick Spek1-2/+2
2023-03-14Drop --remote from pull commandPatrick Spek1-1/+1
2023-03-10Update license headers where applicablePatrick Spek2-2/+2
2023-03-10Update new code for shellcheck compliancyPatrick Spek4-8/+15
2023-03-10Add playbook_path()Patrick Spek5-6/+24
2023-03-10Add data.dPatrick Spek1-0/+1
2023-03-10Move the file_template function and add a commentPatrick Spek1-34/+38
2023-03-10No need to chgdir when using -C on gitPatrick Spek1-1/+0
2023-03-10Update copyright datesPatrick Spek4-4/+4
2023-03-10Only show playbooks if the requisite directory existsPatrick Spek1-3/+8
2023-03-09Implement BASHTARD_PLAYBOOK_VARSPatrick Spek3-0/+50
2023-03-08Add --init to initialize new submodulesPatrick Spek1-1/+1
2023-03-08Only stash and pop if the tree is dirtyPatrick Spek1-2/+9
2023-03-08Split pull functionality into its own subcommandPatrick Spek3-12/+22