summaryrefslogtreecommitdiffstats
path: root/nix-utils.sh
AgeCommit message (Expand)Author
2016-06-19utils: Add function to get channel namesMatthias Beyer
2015-10-05util: Provide functions to disable outputMatthias Beyer
2015-09-14Add: nix-script replMatthias Beyer
2015-09-12Merge pull request #83 from matthiasbeyer/help-text-cleanupMatthias Beyer
2015-09-12Merge pull request #74 from matthiasbeyer/add-container-helpersMatthias Beyer
2015-09-11Add "-v" switch in usage stringMatthias Beyer
2015-09-08Add helper func to get current channel generationMatthias Beyer
2015-09-07Add util function for getting path of configuration.nix inside containerMatthias Beyer
2015-09-07Fix: scriptname_to_command should replace callee stringMatthias Beyer
2015-09-07Fix: Sort command listMatthias Beyer
2015-09-07Rewrite scriptname_to_command helper functionMatthias Beyer
2015-09-07Add util for getting the complete script name for a caller and a command, inc...Matthias Beyer
2015-09-07Add util for generating a script name for a caller and a commandMatthias Beyer
2015-09-07Add util for listing all subcommands for a callerMatthias Beyer
2015-09-07Add util for listing all commands for a callerMatthias Beyer
2015-08-01Add helper for config file variablesMatthias Beyer
2015-07-27Hotfix: Check if debugging is enabled before printingMatthias Beyer
2015-07-15Add debug output helperMatthias Beyer
2015-07-11Add code documentation for utilitiesMatthias Beyer
2015-07-11Rewrite __git_current_branch()Matthias Beyer
2015-07-04Fix: grep_generation helper should get the number, nothing elseMatthias Beyer
2015-07-02Merge pull request #25 from matthiasbeyer/add-update_package_defMatthias Beyer
2015-06-28Fix: move path removing to helperMatthias Beyer
2015-06-19Add util for asking to execute a commandMatthias Beyer
2015-06-19Add util for getting current branch name with gitMatthias Beyer
2015-06-19Add __git for executing git in other directoryMatthias Beyer
2015-06-19Add continue_question()Matthias Beyer
2015-06-06Add util: explain()Matthias Beyer
2015-06-06Add utils for showing system/user generationMatthias Beyer
2015-06-06Fix: stdout needs comparison with doubled bracketsMatthias Beyer
2015-06-05Add functions to generate parts of help-textMatthias Beyer
2015-06-05Add utility script for more DRY codeMatthias Beyer