los-opinionated-git-tools VS shpotify

Compare los-opinionated-git-tools vs shpotify and see what are their differences.

los-opinionated-git-tools

A collection of Very Opinionated Git tools and aliases to aid my Git workflow. Will these aid yours? (by mfontani)
WorkOS - The modern identity platform for B2B SaaS
The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.
workos.com
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
los-opinionated-git-tools shpotify
2 5
5 1,984
- -
0.0 2.8
over 1 year ago about 2 months ago
Shell Shell
- -
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.

los-opinionated-git-tools

Posts with mentions or reviews of los-opinionated-git-tools. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-12.
  • Ask HN: Tools you have made for yourself?
    97 projects | news.ycombinator.com | 12 Jun 2021
    A bunch of shell scripts I've written over the years are available from https://git.marcofontani.it/mfontani/scripts

    Very useful ones:

    - evenodd, to colorize the background of lines of text so it's easier to see which start of text corresponds to which end of text

    - time-rollup, to time the time it takes to run a given command and provide percentage-based statistics on the execution

    - a wrapper around "jq" to make it DWIM w/regards to gzipped, bzipped, and zstd-compressed files

    I've also put some full-fledged binaries on github:

    - https://github.com/mfontani/prettycrontab which is a crontab pretty-printer which parses a possibly specially commented crontab to give you an overview of what's coming up next

    - https://github.com/mfontani/tstdin to timestamp your stdin, and provide when the line was received, how long it was since the start of the command, and how long it was since the last line was received. Useful to add at the end of a pipe to both log and perform analysis on the output and time it took to do stuff

    - https://github.com/mfontani/rofixec to "sorta template" a rofi (a X11 runner) runner so it picks commands from a given list (provided as yaml or json configuration) and executes the picked item in a background job

    - https://github.com/mfontani/git-recent which helps you pick the most recent branches you've worked on, very useful when paired with fzf for picking

    - https://github.com/mfontani/los-opinionated-git-tools instead contains a ton of useful little git-related scripts, from one which DWIMs the master/main/blead branch name to one which helps you reauthor the last commit, to one (git-rr) which helps you perform a git rebase with context info about the commits you're rebasing: which files they touched, etc - to make it easier to fixup together commits which touched the same file... which is an operation I do so often I've created a "git-fixup" script, which automates fixing up the currently committed file to the last commit which touched that file in the branch

  • GitHub, f ck your name change
    6 projects | news.ycombinator.com | 17 Mar 2021
    I've had to deal with projects where the "main" branch was named: master, main, blead.

    I almost never "name" that "main" branch, thanks to commands and aliases.

    When I want to pull (and rebase) to the "main" branch, I run "git prom". When I want to check out the "main" branch, I "git com". What actually happens depends on what the project's "main" branch is. If a project later moves to a "live" branch, I'll just update the "git-main" script to detect it ahead of the rest, and off I go.

    https://github.com/mfontani/los-opinionated-git-tools/blob/m... is less than ten lines of bash.

    git-com is really just: git checkout "$(git main)"

    git-prom is really just: git pull --rebase origin "$(git main)"

    I'm not particularly sold on "main" vs "master" being an important thing, but if it's important to some I at least want to ensure I don't get frustrated when interacting with a project which uses it. With the above aliases and functions and programs, I don't care anymore.

    main, master, blead... call it whatever.

shpotify

Posts with mentions or reviews of shpotify. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-05-29.
  • Ask HN: What is the most interesting software you wrote in a few days?
    8 projects | news.ycombinator.com | 29 May 2022
    Shpotify is a shell script that allows you to control Spotify from the command line: https://github.com/hnarayanan/shpotify

    The first version of it I wrote in a couple of hours.

    And then it went on to be quite popular and has lived a life of its own.

  • Spotify has shut down libspotify
    12 projects | news.ycombinator.com | 18 May 2022
    This is only peripherally related, but if you were using libspotify to work on a a command line client, I have an alternative approach. Shpotify offers command line control of the Spotify app on Macs: https://github.com/hnarayanan/shpotify
  • Is there any good video player except VLC, IINA, and QuickTime?
    1 project | /r/MacOS | 17 Aug 2021
    I was expecting it to work like Spotify terminal control shpotify
  • Ask HN: Tools you have made for yourself?
    97 projects | news.ycombinator.com | 12 Jun 2021
    A long time ago, before Spotify had support for multiple devices where one could act as a remote and control the other, I wrote a tool called Shpotify: https://github.com/hnarayanan/shpotify . It is a simple Bash/AppleScript.

    The primary usecase for me was to SSH tunnel into a media centre Mac in my living room and control music on Spotify. I released it on GitHub and it has grown a lot in popularity amongst people who like to do a lot of their computing in the shell.

  • Spotify global hotkey
    2 projects | /r/MacOS | 21 Apr 2021
    Was searching on how to enable global spotify hotkey, came across this script, check the readme for install instructions. But you can only use it via terminal commands.

What are some alternatives?

When comparing los-opinionated-git-tools and shpotify you can also consider the following projects:

pdftilecut - pdftilecut lets you sub-divide a PDF page(s) into smaller pages so you can print them on small form printers.

sysbox - sysadmin/scripting utilities, distributed as a single binary

moviematch - find movie on yts from IMDB's watchlist

notes - A zero dependency shell script that makes it really simple to manage your text notes.

espanso - Cross-platform Text Expander written in Rust

shpotify - A command-line interface to Spotify

habits-for-todoist - A habit app for Todoist

raspotify - A Spotify Connect client that mostly Just Works™

wireguird - wireguard gtk gui for linux

streamlit - Streamlit — A faster way to build and share data apps.

qdoc - Convert documentation within a Lua script into a Markdown file.

ZXing - ZXing ("Zebra Crossing") barcode scanning library for Java, Android