dotfiles

My dotfiles. (by orlp)

Dotfiles Alternatives

Similar projects and alternatives to dotfiles

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better dotfiles alternative or higher similarity.

dotfiles reviews and mentions

Posts with mentions or reviews of dotfiles. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-02.
  • Ask HN: Do you still use a hand held/desktop calculator?
    6 projects | news.ycombinator.com | 2 Aug 2023
    No, I use a Python interpreter that is always open in tmux on the first tab. I have a bunch of predefined functions that I use a lot: https://github.com/orlp/dotfiles/blob/master/pcalc/pcalc

    The killer pre-defined functions? copy(x) and paste(). You can guess what they do.

  • PCalc, an Origin Story
    4 projects | news.ycombinator.com | 23 Dec 2022
    I have a program always open called pcalc as well, but it's something homebrew and short for Python calculator. It's just a Python repl (enhanced by python-prompt-toolkit) with a bunch of my own pre-defined functions: https://github.com/orlp/dotfiles/blob/master/pcalc/pcalc

    I use it all the time, it's so incredibly useful. My most used pre-defined functions are... copy(s) and paste(). E.g. doubling a comma-separated list of numbers is one simple

        copy(", ".join(x*2 for x in eval(paste())))

Stats

Basic dotfiles repo stats
2
9
5.3
5 months ago

orlp/dotfiles is an open source project licensed under zlib License which is an OSI approved license.

The primary programming language of dotfiles is HTML.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com