moomou · Feb 22, 2020
Improvements to "m", a personal command line tool
0Sign in to vote or save
This page cannot be shown here. You can still read it on the original site — the toolbar below keeps your place in the directory.

 From m to m2
 # 
 
 Having used m for many years now, I encountered two primary problems. 
 The first is startup performance. Even with lazy module loading (see here ), calling m without any subcommands still took ~250ms on my laptop. 
 The second problem is code verbosity. To add a new command, one needs to create a new class in a separate file, import it in main, and…
Comments
Nothing yet. Say the first thing.
Sign in to join the conversation.