home.social

Search

1000 results for “cli_ar”

  1. hey #lazyverse #linux #cli @climagic what's a fast way to find the date and name of the newest file in each subfolder of a parent on my filesystem?

    I have a folder of customers and I want to archive off the ones I haven't heard from in a while, but going through hundreds of folders to think "when did I last do work for them?" is painful.

    But how? Sometimes the work is in customer/project/notes so customer's ctime doesn't change.

  2. @sumanthvepa

    argparse is maybe-okay for simple things, but I don't use it for pretty much anything anymore. Have you tried one of the other extant packages that provide higher-level, more-powerful option handling?

    I use `click` extensively for complex multiple-command CLI tools.

    #click #optparse #argparse #CLI

  3. My first attempt at using #Python's #argparse for a small #CLI tool (generate a #GIF animation). I thought about learning #click but reading the documentation it didn't "click" for me...

  4. We are having the part 2 of our stream today! 🤓 🎥

    Join us to see how @randalschwartz is building the storytelling Flutter app using Gemini CLI 🤓

    #gemini #flutterdev #flutter #fcaic #ai

    youtube.com/watch?v=6EWjQUhW9e

  5. Hi folks. I started with a #cli tool that should manage db migrations for different #data projects on different db types. How do you manage your databases and migrations that are not bound to an application let's say? #sqlalchemy #python #typer #alembic? What features would you like to have?

  6. Cool. Article by @lwn

    "The asciinema project provides a set of tools to [...] let users record, edit, and share terminal sessions in a text-based format that has quite a few advantages compared to making and sharing videos of terminal sessions. For example, it is easy to use, offers the ability to search text from recorded sessions, and allows users to copy and paste directly from the recording.""

    lwn.net/Articles/1053355/

    #Tools #CLI #Recordings #Presentations #Asciinema

  7. If you need to regularly scan and archive documents and prefer CLI based workflows, then Arkivisto may be for you: github.com/dbrgn/arkivisto/

    #scanning #archiving #scanimage #opensource

  8. If you need to regularly scan and archive documents and prefer CLI based workflows, then Arkivisto may be for you: github.com/dbrgn/arkivisto/

    #scanning #archiving #scanimage #opensource

  9. If you need to regularly scan and archive documents and prefer CLI based workflows, then Arkivisto may be for you: github.com/dbrgn/arkivisto/

    #scanning #archiving #scanimage #opensource

  10. If you need to regularly scan and archive documents and prefer CLI based workflows, then Arkivisto may be for you: github.com/dbrgn/arkivisto/

    #scanning #archiving #scanimage #opensource

  11. How many of you are using #OpenvSwitch ?

    Very practical cli to provide external network connectivity to virtual machines, instead of wrestling with tun/tap devices and bridges! 😲

    #linux #network #programming #ipv6
    openvswitch.org/

  12. Are you a project/program manager, a developer, a programmer, a writer, or you have busy days and like to be orgnized? Then hire taskjuggler in your team.
    www-gem.codeberg.page/cli_task

    #linux #taskjuggler #cli

  13. This may be my most truly cursed #cli ever for graphing #network performance?

    This one has everything, a hand rolled artisanal #iperf3, some #json feature extraction, and a spot of #awk for fixing rounding errors, oh and of course, some red hot #gnuplot on #linux #terminal action.

    Enjoy! hehe. 😆

    ./src/iperf3 -c testhost -p 22222 -J | jq '.intervals[].sum.bits_per_second' | awk '{$1=sprintf("%2.2f",$1)}1' | gnuplot -p -e "set term dumb ; plot '< cat -' with lines"

    /cc @climagic

  14. Are there #Gemini servers that take #asciidoc files as input? Or perhaps #CLI conversion tools that can be used?

    #gemlog #blogging #ssg #adoc #AsciiDoctor

  15. #inkscape cli export is great! I can just write a small script and all my wishes are true.
    I draw my blogpost on the #remarkable, export them to svg, optimize them in #inkspace and then export to @2x, @3x :)
    YEAH! #opensource really rocks!