0
I Use This!
Very Low Activity

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Mar 19, 2025 — Mar 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Better "motivation" description
sanityinc
as Steve Purcell
More... over 11 years ago
Add note about fish and tcsh to README
sanityinc
as Steve Purcell
More... over 11 years ago
For non-POSIX shells (mainly fish and tcsh), print vars in a standard "sh" subshell
sanityinc
as Steve Purcell
More... over 11 years ago
Include shell output in error upon non-zero exit
sanityinc
as Steve Purcell
More... over 11 years ago
Capitalize MELPA
sanityinc
as Steve Purcell
More... over 11 years ago
tcsh doesn't support the ${VAR-default} syntax
sanityinc
as Steve Purcell
More... over 11 years ago
Don't fail when printing undefined vars if shell -e option is set
sanityinc
as Steve Purcell
More... over 11 years ago
Include shell output in debug messages
sanityinc
as Steve Purcell
More... over 11 years ago
Require non-zero exit code, and allow debug output
sanityinc
as Steve Purcell
More... over 11 years ago
Provide better info when the shell doesn't printf vars as expected
sanityinc
as Steve Purcell
More... over 11 years ago
Merge pull request #14 from lunaryorn/customizable-args
sanityinc
as Steve Purcell
More... over 11 years ago
[Fix #13] Make shell arguments customizable More... over 11 years ago
Add missing custom type More... over 11 years ago
Append exec-directory to exec-path, as is conventional
sanityinc
as Steve Purcell
More... about 12 years ago
Update copyright year
sanityinc
as Steve Purcell
More... about 12 years ago
With tcsh, examine each variable with a separate shell invocation
sanityinc
as Steve Purcell
More... over 12 years ago
Use the system-wide printf binary (if available) instead of shell built-in
sanityinc
as Steve Purcell
More... over 12 years ago
Use -d in place of --login for tcsh (fixes #7)
sanityinc
as Steve Purcell
More... over 12 years ago
Better docstrings
sanityinc
as Steve Purcell
More... almost 13 years ago
Tidier code for double-quoting printf args
sanityinc
as Steve Purcell
More... almost 13 years ago
Explicitly double-quote args, so empty var values don't mess things up
sanityinc
as Steve Purcell
More... almost 13 years ago
Can now single-quote format argument to printf
sanityinc
as Steve Purcell
More... almost 13 years ago
Make use of printf safer, in case env var values contain escapes (see #5)
sanityinc
as Steve Purcell
More... almost 13 years ago
Fully escape interspersed null characters too (see #5)
sanityinc
as Steve Purcell
More... almost 13 years ago
Unambigiously escape the null character (fixes #5)
sanityinc
as Steve Purcell
More... almost 13 years ago
Use parse-colon-path to split $PATH
sanityinc
as Steve Purcell
More... almost 13 years ago
Set checkdoc-minor-mode in local vars without using exec
sanityinc
as Steve Purcell
More... almost 13 years ago
Use printf instead of echo (thanks @bradleywright)
sanityinc
as Steve Purcell
More... almost 13 years ago
Force use of -e with built-in echo, which is not default in bash
sanityinc
as Steve Purcell
More... almost 13 years ago
Set all variables using just one shell invocation
sanityinc
as Steve Purcell
More... almost 13 years ago