.files

No place like ~ (by matheusmoreira)

.files Alternatives

Similar projects and alternatives to .files

  1. Code-Server

    408 .files VS Code-Server

    VS Code in the browser

  2. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  3. just

    192 .files VS just

    🤖 Just a command runner

  4. Task

    122 .files VS Task

    A task runner / simpler Make alternative written in Go

  5. ninja

    53 .files VS ninja

    a small build system with a focus on speed

  6. buck2

    37 .files VS buck2

    Build system, successor to Buck

  7. makesure

    Simple task/command runner with declarative goals and dependencies

  8. codeapp

    4 .files VS codeapp

    Building a full-fledged code editor for iPad

  9. pixi

    10 .files VS pixi

    Package management made easy

  10. computer

    📁 ○ ○ ○ dotfolders and dotfiles

  11. jbak2Templates-Skins

    Custom templates and skins for jbak2 android keyboard

  12. dot

    1 .files VS dot

    The big ugly, enter at your own peril (by rwxrob)

  13. Taskfile

    7 .files VS Taskfile

    Repository for the Taskfile template.

  14. .Varshney

    My config and dotfiles infrastructure ⚒️

  15. force-color.org

    Website data for force-color.org

  16. dotfiles

    Lovingly handcrafted, free range, artisanal non-GMO dotfiles. (by epiccoleman)

  17. macos-cross-compiler

    Compile binaries for macOS on Linux

  18. micromamba.mk

    A Makefile for Python projects

  19. sjer.red

    My personal website

  20. dotfiles

    1 .files VS dotfiles

    My dotfiles. YMMV. (by andersix)

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

.files discussion

Log in or Post with

.files reviews and mentions

Posts with mentions or reviews of .files. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-09-20.
  • I Like Makefiles
    14 projects | news.ycombinator.com | 20 Sep 2024
    Makefiles are an eerily lisplike turing tarpit. I hand wrote the makefiles for my projects, they generate wonderfully organized build trees. Hell I use makefiles to manage my dotfiles repository, even blogged about it.

    https://www.matheusmoreira.com/articles/managing-dotfiles-wi...

    The sanest way I've found to write makefiles is to think of it as a tool that maps input paths to output paths. When compiling a program, I want to map source/program.c to build/$(config)/program. So I write pattern rules that do just that. Then I write make functions to convert paths in some tree to paths in another tree, which makes it easy to declare dependencies which then match the pattern rules. These functions are then helped by lots and lots of project specific variables to organize things.

    Using make without phony targets is insane. Without phony targets, I'd need to type things like "make build/aarch64/executable" in order to get a build started. So I use phony targets for everything.

    It got to the point I created a phony-targets shell script which parses make's database output and processes it into a sort of help text for any given makefile's phony targets interface:

    https://github.com/matheusmoreira/.files/blob/master/~/.loca...

  • Dotfiles: Unofficial Guide to Dotfiles on GitHub
    9 projects | news.ycombinator.com | 7 May 2024
    I think I'm the only person insane enough to use a makefile for this.

    https://github.com/matheusmoreira/.files/blob/master/GNUmake...

    https://www.matheusmoreira.com/articles/managing-dotfiles-wi...

    It even supports the XDG stuff.

  • I stopped worrying and loved Makefiles
    7 projects | news.ycombinator.com | 27 Apr 2024
    I (ab)use make to manage my dotfiles.

    https://github.com/matheusmoreira/.files/blob/master/GNUmake...

    I'm surprised at how well this thing works every time I use it. I even blogged about it.

    https://www.matheusmoreira.com/articles/managing-dotfiles-wi...

    Recently made a tool that processes the make database and prints the phony targets and their dependencies:

    https://github.com/matheusmoreira/.files/blob/master/~/.loca...

    I use it as a sort of makefile help command. Works surprisingly well too.

  • Using Make – writing less Makefile
    6 projects | news.ycombinator.com | 26 Dec 2023
    The real makefile that I use and wrote about has some features that I didn't get around to describing in the blog post. Also has a ton of comments.

    https://github.com/matheusmoreira/.files/blob/master/GNUmake...

    The metaprogramming template I described is used to implement XDG Base Directories. The links take the XDG variables into account while the real files live in their default locations inside the repository.

  • DeVStudio – Runs VS Code on Android
    5 projects | news.ycombinator.com | 5 Sep 2023
    Android allows you to swap the virtual keyboard. I use unexpected keyboard which is also free software. It's excellent for programming. Before that I used Hacker's Keyboard which has actual arrow keys.

    Termux also has a configurable bar at the bottom where you can map any keys you want. I use it for function and arrow keys plus a bunch of common symbols.

    Here's an example from my dotfiles:

    https://github.com/matheusmoreira/.files/blob/38565320fefb92...

  • A note from our sponsor - SaaSHub
    www.saashub.com | 18 Jan 2025
    SaaSHub helps you find the best software and product alternatives Learn more →

Stats

Basic .files repo stats
5
3
8.8
4 months ago

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

Did you know that Shell is
the 11th most popular programming language
based on number of references?