bashmarks VS shrc

Compare bashmarks vs shrc and see what are their differences.

shrc

My bashrc/shrc that supports bash, zsh, busybox ash and even Dash. ( has: OS and shell detection ) (by denisde4ev)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
bashmarks shrc
6 7
1,852 10
- -
0.0 2.4
4 months ago 9 months ago
Shell Shell
BSD 3-clause "New" or "Revised" License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

bashmarks

Posts with mentions or reviews of bashmarks. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-06.

shrc

Posts with mentions or reviews of shrc. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-11.
  • ls is bloat
    5 projects | /r/linuxmemes | 11 May 2023
    do I need to say it: 4x time faster. just minus some the cool parts and fallbacks are not that hard, like local keyword https://github.com/denisde4ev/shrc/blob/master/_fallback/local. and the consequences of not having local all around my repos unset-unseted-i and unset-seted-i that throws error if nested functions use i variable at the same time.
  • pavement | lolcat
    1 project | /r/linuxmemes | 15 Nov 2022
    I already have lolwall in my bashrc, but I forgot the bricks
  • yank: copy terminal output to clipboard
    4 projects | /r/commandline | 4 Jun 2022
    my aliases are alias cin='xclip -sel clip -r' cout='xclip -sel clip -o' for clipboard input/output (hi C++ programmers). And if its Wayland then it uses wl-copy or if have termux-clipboard commands. my entire file for detecting it is: https://github.com/denisde4ev/shrc/blob/master/clip-io
  • what is your favorite cd tool (z, z.lua, autojump, zoxide ....) ?
    8 projects | /r/commandline | 10 Apr 2022
    I wrote my own sh function aliased to cd.. and CD https://github.com/denisde4ev/shrc/blob/master/_loadable/_cd__.sh
  • why even use aliases instead of just functions?
    1 project | /r/bash | 22 Mar 2022
    you can see my __load_loadable function here https://github.com/denisde4ev/shrc/blob/master/_loadable/LOADABLE (sorry if my code is not simple)
  • Beautiful Scripts
    6 projects | /r/bash | 8 Feb 2022
  • What do you use Linux on? What do you not?
    1 project | /r/linux | 8 Jan 2022
    My PC: Lenovo AIO; 21" touchscreen monitor; Arch+KDE. I'm happy witch my bashrc/shrc organization

What are some alternatives?

When comparing bashmarks and shrc you can also consider the following projects:

hstr - bash and zsh shell history suggest box - easily view, navigate, search and manage your command history.

bash-cache - Transparent caching layer for bash functions; particularly useful for functions invoked as part of your prompt.

z - z - jump around

arg - usage: arg [...args]; output: (count of args):(len of args) (...quoted arguments)

ohmyzsh - 🙃 A delightful community-driven (with 2,300+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.

tinysh - Tiny UNIX shell, de-obfuscated, modernized, and "rewritten in Rust".

fasd - Command-line productivity booster, offers quick access to files and directories, inspired by autojump, z and v.

zfm - Zsh Fuzzy Marks

goat - POSIX-compliant shell movement boosting hack for real ninjas (aka `cd x` and `cd ...`)

docopt.sh - Command-line argument parser for bash 3.2, 4+, and 5+.

autocomplete - IDE-style autocomplete for your existing terminal & shell

clipboard-over-ssh - copy clipboard command from the remote clipboard (meant to be used with micro editor)