Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | os.sh: support macOS | Egor Tensin | 2023-04-26 |
| | |||
* | file.sh: add pastebin function | Egor Tensin | 2023-04-26 |
| | |||
* | .bash_utils: get rid of uname usage | Egor Tensin | 2023-01-27 |
| | |||
* | 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 | 2023-01-25 |
| | |||
* | alternatives.sh: prefer gcc to clang | Egor Tensin | 2022-09-08 |
| | | | | | This doesn't make much sense, but I'm currently working on a GCC-only project, and this is messing my workflow up. | ||
* | 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 | 2022-04-02 |
| | | | | WTF did I even need that for? | ||
* | rename the project | Egor Tensin | 2022-04-01 |
| | |||
* | os.sh: add manual_pkg_list_arch | Egor Tensin | 2021-04-20 |
| | |||
* | os.sh: support Manjaro | Egor Tensin | 2021-04-20 |
| | |||
* | add str_iconv* | Egor Tensin | 2019-03-12 |
| | |||
* | cxx.sh: add runc_gdb & runc_lldb | Egor Tensin | 2019-01-25 |
| | |||
* | cxx.sh: add apport_gdb | Egor Tensin | 2019-01-22 |
| | |||
* | add str_grep, str_grep_word | Egor Tensin | 2018-08-01 |
| | |||
* | sums_add_distr: include *.7z | Egor Tensin | 2018-07-14 |
| | |||
* | add update-alternatives shortcuts | Egor Tensin | 2018-07-14 |
| | |||
* | os.sh: support Arch Linux ARM | Egor Tensin | 2018-06-09 |
| | |||
* | runc*: support clang & -l LIB arguments | Egor Tensin | 2018-06-09 |
| | |||
* | add comments | Egor Tensin | 2018-06-04 |
| | |||
* | ssh.sh: move to .profile | Egor Tensin | 2018-06-04 |
| | |||
* | attempt to organize stuff properly | Egor Tensin | 2018-06-04 |
| | | | | | | | 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. | ||
* | move ssh-related stuff to ssh.sh | Egor Tensin | 2018-06-04 |
| | | | | | | 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. | ||
* | runc*: best bash practices | Egor Tensin | 2018-05-23 |
| | |||
* | mysql.sh: `mysql --no-auto-rehash` | Egor Tensin | 2018-05-05 |
| | | | | It's too slow over slow connections for huge databases otherwise. | ||
* | mysql.sh: support $MYSQL_DATABASE | Egor Tensin | 2018-04-11 |
| | |||
* | add mysql.sh | Egor Tensin | 2018-04-05 |
| | |||
* | os.sh: support Fedora | Egor Tensin | 2017-12-01 |
| | | | | Also, OS detection has been reworked a bit. | ||
* | renamed the repo | Egor Tensin | 2017-11-29 |
| | |||
* | don't source files twice | Egor Tensin | 2017-10-04 |
| | |||
* | move PYTHONSTARTUP to python.sh | Egor Tensin | 2017-10-01 |
| | |||
* | add python.sh | Egor Tensin | 2017-10-01 |
| | | | | This is a stupid way to add your user's pip binary directory to $PATH. | ||
* | path_add: prepend | Egor Tensin | 2017-10-01 |
| | |||
* | runc*: finally merged runc & runcxx! | Egor Tensin | 2017-09-04 |
| | |||
* | runc*: put flags after source files | Egor Tensin | 2017-09-04 |
| | | | | Weirdly, GCC _really_ likes it that way. | ||
* | runc*: support -L w/ relative paths | Egor Tensin | 2017-09-04 |
| | |||
* | os.sh: support Linux Mint | Egor Tensin | 2017-08-25 |
| | |||
* | runc*: support -I w/ relative paths | Egor Tensin | 2017-08-24 |
| | |||
* | branch_fixup_comitter_dates: an alias now | Egor Tensin | 2017-08-07 |
| | |||
* | *_eol_normalized: don't clean workdir | Egor Tensin | 2017-08-07 |
| | |||
* | repo_branches: an alias now | Egor Tensin | 2017-08-07 |
| | |||
* | code style | Egor Tensin | 2017-07-16 |
| | |||
* | sums_add_distr: add *.img, *.tar files | Egor Tensin | 2017-07-10 |
| | |||
* | branch_fixup_committer_dates: --force | Egor Tensin | 2017-06-02 |
| | |||
* | add branch_fixup_committer_date | Egor Tensin | 2017-06-01 |
| | | | | | | This routine sets every commit's "commit date" to its "author date". It's really useful for me, given the amount of history rewriting I do routinely. | ||
* | git.sh: refactoring | Egor Tensin | 2017-06-01 |
| | | | | | Rename functions to better reflect their scopes. Like, whether a routine applies to a branch or to a whole repository. | ||
* | add sums_remove_missing | Egor Tensin | 2017-04-18 |
| |