Standard editor #293
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I got tired of selecting editor, so I searched for editor in the code and found out that I could
export EDITOR="nano". This could maybe be mentioned int the operators handbook?Maybe it would be an idea to add
editor: EDITORNAMEas a setting in abra.yml?I also think it would have been nice if there was a default abra.yml in .abra so I knew where to set settings :-). It could have commented out settings to make it easier to know what was possible.
Yes please @jeppebundsgaard, documentation patches are very welcome 👍
A
abra.ymlsetting issue and the question about a default config is also welcome ✅Feel free to just open these issues and make proposals, your input/initiative is appreciated!
I tried, but I cannot get abra to pick up settings in an abra.yml-file.
I have a
abra.yml-file in my pwd with this content:AbraDir: .But abra still uses /home/jeppe/.abra as my root folder.
What did I miss?
@jeppebundsgaard can you raise an issue
--debugoutput if it's not working?I think it should be
abraDir: .- withoutA? 🤷♀️I found out how to create a new config-variable, so now I can set nano as my editor in the config. But when I want to make a pull-request from my jeppebundsgaard:editorconfig (https://git.coopcloud.tech/jeppebundsgaard/abra/src/branch/editorconfig) to toolshed:main, I am informed that "These branches are equal. There is no need to create a pull request".
But they are not equal. What am I doing wrong? I can pull to the other branches.
@jeppebundsgaard not sure tbh but i hope you manage it because it would be great to see the change come in!
I cannot create a pull request into main but I can into fix/deps (see screenshots)
Should I merge into "fix/deps"? It wouldn't be correct, I guess...
I found out from this page: https://github.com/go-gitea/gitea/issues/20880 that I have to switch head and base. But when I click the icon
, I get an Internal server error (500).
.