-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
idea: Tool to manipulate Beancount ledgers #42
Comments
More naming ideas. The obvious: |
I like bean-tool, though it's a bit too generic
If it's specific to bean-gulp, yeah, I like "bean-gulp", we have no other
binaries anymore anyway
bean-sort is not really specific to gulp though, so maybe that should be
part of bean-doctor?
Also look in beanlabs, I have some stuff, e.g. bean-grep
BTW that's what bean-doctor was intended for, but I think we should think
about segregating the different functionalities logically
Let's hash out lists before we commit
…On Fri, Feb 19, 2021 at 4:23 PM Daniele Nicolodi ***@***.***> wrote:
More naming ideas. The obvious: bean-tool or bean-tools. Maybe simply
beangulp or bean-gulp? bean-gulp sort or bean-gulp insert do not seems
too bad. The short: beans. I like beans sort and beans insert but we
break the tradition of naming the commands bean-something and it may
collide with something else. My favorite is bean-gadget.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#42 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACSBEZ7UBKQO6CSGGDJNG3S73JEHANCNFSM4X5BJQWA>
.
|
I don't know what other tools could be generally useful beyond a sorting tool and a insert tool as we discussed. I think a good criterion would be to distinguish tools that modify the ledger from tools that do not. I think |
This is a useful distinction, I like it. |
We already discussed a
bean-insert
command to insert transactions (or better directives) replacing a marker in an existing ledger. I think that abean-sort
command that sorts entries in different ways would also be useful (for example, it would be a solution for #10). Each tool is really just a few lines of code and I don't want to have an unbound proliferation of little command line utilities.What about introducing a "Beancount Swiss army knife" command line tool that has commands for all these operations? Where should it live? In the
beancount
or in thebeangulp
repository? How should it be named? I likebean-slice
but I don't think there will ever be a slicing command andbean-slice sort
andbean-slice insert
do not seem very natural. Better ideas?The text was updated successfully, but these errors were encountered: