Skip to content

Commit

Permalink
add why section to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
evnp committed Oct 22, 2023
1 parent 363f1ca commit 785d7eb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,15 @@ While sorting out configuration, it may be useful to have nx output the complete
export NX_VERBOSE=1; source "$HOME/nx/nx.sh"
```

That's it!
Why
---
One of the things that makes me happiest is building small tools that I use every day. This seems to be the case even when I'm the _only_ one that uses them! Every time those characters jolt forth, invoking something from the void that hadn't existed before, I feel a twinge of satisfaction.

For myself, the most effective way I've found to accomplish this comes in the form of small bash scripts, composed in traditional unix fashion. Every time I work on one of these scripts, I can feel more of the bash surface area sticking in my mind, and my proficiency in scripting this way improves. This has had a noticable side effect of improving my abilities in everyday shell-scripting tasks.

Keeping things small can sometimes be a satisfying challenge. With `nx`, the result of following this motivation has been a program that fits onto a single 13" MacBook Pro screen, at 13pt font size, without compromising on the desired featureset:

![full nx source code](https://raw.githubusercontent.com/evnp/nx/main/source.png)

License
-------
Expand Down
Binary file added source.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 785d7eb

Please sign in to comment.