svd_bin VS gsend

Compare svd_bin vs gsend and see what are their differences.

svd_bin

various tools + libraries, small or big, old'91 or new; most used are: vcs/, qini/ + aliases, filedir/, eee/, and audio-video (by svilendobrev)

gsend

A command-line GMail emailer written in Go (by jimlawless)
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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
svd_bin gsend
3 1
7 1
- -
4.8 0.0
about 2 months ago over 2 years ago
Python Go
- MIT 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.

svd_bin

Posts with mentions or reviews of svd_bin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-04.
  • Emacs Commands I Got by with for Years
    7 projects | news.ycombinator.com | 4 Jan 2024
    if anyone's interested in "independent" vim keybindings, made to work same in both insert and view modes (and a few different terminals), this is what i use for over.. 25years (?) Basically, few keys like old DOS PE2.exe or (later) e3.exe, and the like, then adding more with years. Like F2 for save, F3 for abandon, Ctrl-F/A for find forward/backward etc. Plus some other stuff that turns vim into kind-a IDE (grepping etc).

    https://github.com/svilendobrev/svd_bin/blob/master/qini/_vi...

    have fun

  • Control, Escape, and Meta Tricks
    1 project | news.ycombinator.com | 17 Jun 2023
    (ah, and the dual/multi mode-ness of vim adds extra layer inside it - making say ctrl-U to do undo always isn't that easy)

    Each of those layers can vary, in different distro's, terminals, versions of same thing, etc. Especialy each and every (X-)terminal-thingie having different idea of how to map (or not) ctrl-F2. Some of them going back to the 197x ..

    i have tried to make myself a one-mapping-fits-all (say, pressing F2 does ls -alF in terminal+shell, and saves-the-buffer in vim, no matter what/where/when), collecting variants and combinations for last ~25+ years - incl. linux-console and even dos mapping.. and it works mostly.. but still, no silver bullet.

    see the qini/ folder in

    https://github.com/svilendobrev/svd_bin

    everything may be remapped to your liking.. eventually. YMMV.

    ciao

  • Some tiny personal programs I've written
    29 projects | news.ycombinator.com | 9 Mar 2022
    if anyone finds any of these useful...

    https://github.com/svilendobrev/svd_bin (terminal + sh setup , version-control, lots of commands for this or that)

    https://github.com/svilendobrev/svd_util (python stuff)

gsend

Posts with mentions or reviews of gsend. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-03-09.
  • Some tiny personal programs I've written
    29 projects | news.ycombinator.com | 9 Mar 2022
    I wrote a command-line MP3 player in C for Windows. I just wanted to play with the media manger API's, but I've ended up using this to play MP3's in succession via a script.

    https://github.com/jimlawless/cmdmp3

    It doesn't work on all versions of Windows ... it depends on some configuration elements. This has been used in another developer's video game and I believe it's installed with an MP3 player library in node.js ( if you're running node.js under Windows. ) It also plays WAV files on Windows 10 (possibly 11) if you pass the name of a WAV file into the command-line.

    I needed a command-line emailer that would send an email with a very simple one-line body for my Mac. I also wanted to exercise Go's SMTP libraries while experimenting with trying to build a minimal emailer application.

    https://github.com/jimlawless/gsend

    I use this regularly. I used to use it on MacOS, but I use it more frequently on Windows.