Commit message (Collapse) | Author | ||
---|---|---|---|
2023-12-09 | switch to egor@tensin.name | Egor Tensin | |
2023-05-23 | path.sh: remove deprecation notice | Egor Tensin | |
I actually do use these routines somewhere else. | |||
2023-05-22 | path.sh: don't canonicalize paths in path_add | Egor Tensin | |
Resolving symlinks is actually bad; what if the user wants to add a symlinked directory? You better make sure you pass absolute paths now though. | |||
2023-05-22 | path.sh: append by default in path_add | Egor Tensin | |
2023-05-22 | ignore unsupported inherit_errexit | Egor Tensin | |
I have a really ancient machine with an even more ancient version of bash that doesn't support inherit_errexit. Ignore for now, put it back later. | |||
2023-05-21 | git.sh: add git_replace{_word} | Egor Tensin | |
2023-04-26 | os.sh: support Debian | Egor Tensin | |
2023-04-26 | os.sh: support macOS | Egor Tensin | |
2023-04-26 | file.sh: add pastebin function | Egor Tensin | |
2023-01-27 | .bash_utils: get rid of uname usage | Egor Tensin | |
2023-01-25 | os.sh: remove unused routines | Egor Tensin | |
2023-01-25 | cxx.sh: remove unused routines | Egor Tensin | |
2023-01-25 | os.sh: remove obsolete stuff | Egor Tensin | |
2022-09-08 | alternatives.sh: prefer gcc to clang | Egor Tensin | |
This doesn't make much sense, but I'm currently working on a GCC-only project, and this is messing my workflow up. | |||
2022-04-02 | sums_list_paths: bugfix | Egor Tensin | |
2022-04-02 | bash: remove unused or low-value stuff | Egor Tensin | |
2022-04-02 | bash: best practices & linting | Egor Tensin | |
2022-04-02 | .bash_utils: remove mysql.sh | Egor Tensin | |
WTF did I even need that for? | |||
2022-04-01 | rename the project | Egor Tensin | |
2021-04-20 | os.sh: add manual_pkg_list_arch | Egor Tensin | |
2021-04-20 | os.sh: support Manjaro | Egor Tensin | |
2019-03-12 | add str_iconv* | Egor Tensin | |
2019-01-25 | cxx.sh: add runc_gdb & runc_lldb | Egor Tensin | |
2019-01-22 | cxx.sh: add apport_gdb | Egor Tensin | |
2018-08-01 | add str_grep, str_grep_word | Egor Tensin | |
2018-07-14 | sums_add_distr: include *.7z | Egor Tensin | |
2018-07-14 | add update-alternatives shortcuts | Egor Tensin | |
2018-06-09 | os.sh: support Arch Linux ARM | Egor Tensin | |
2018-06-09 | runc*: support clang & -l LIB arguments | Egor Tensin | |
2018-06-04 | add comments | Egor Tensin | |
2018-06-04 | ssh.sh: move to .profile | Egor Tensin | |
2018-06-04 | attempt to organize stuff properly | Egor Tensin | |
bash-independent stuff should go to .profile, which is what I'm trying to do. I'm not sure about how correct all of this is, a few bashisms were ought to creep in. | |||
2018-06-04 | move ssh-related stuff to ssh.sh | Egor Tensin | |
spawn_ssh_agent no longer creates ~/.ssh_agent.sh, because in cron jobs it's pretty useless actually, since they are typically run when I'm not connected via ssh. | |||
2018-05-23 | runc*: best bash practices | Egor Tensin | |
2018-05-05 | mysql.sh: `mysql --no-auto-rehash` | Egor Tensin | |
It's too slow over slow connections for huge databases otherwise. | |||
2018-04-11 | mysql.sh: support $MYSQL_DATABASE | Egor Tensin | |
2018-04-05 | add mysql.sh | Egor Tensin | |
2017-12-01 | os.sh: support Fedora | Egor Tensin | |
Also, OS detection has been reworked a bit. | |||
2017-11-29 | renamed the repo | Egor Tensin | |
2017-10-04 | don't source files twice | Egor Tensin | |
2017-10-01 | move PYTHONSTARTUP to python.sh | Egor Tensin | |
2017-10-01 | add python.sh | Egor Tensin | |
This is a stupid way to add your user's pip binary directory to $PATH. | |||
2017-10-01 | path_add: prepend | Egor Tensin | |
2017-09-04 | runc*: finally merged runc & runcxx! | Egor Tensin | |
2017-09-04 | runc*: put flags after source files | Egor Tensin | |
Weirdly, GCC _really_ likes it that way. | |||
2017-09-04 | runc*: support -L w/ relative paths | Egor Tensin | |
2017-08-25 | os.sh: support Linux Mint | Egor Tensin | |
2017-08-24 | runc*: support -I w/ relative paths | Egor Tensin | |
2017-08-07 | branch_fixup_comitter_dates: an alias now | Egor Tensin | |
2017-08-07 | *_eol_normalized: don't clean workdir | Egor Tensin | |