Abra manpage for the win #590
Closed
opened 2024-03-28 22:14:00 +00:00 by decentral1se
·
4 comments
Labels
Clear labels
abra
awaiting-feedback
backups
bug
build
ci/cd
community organising
contributing
coopcloud.tech
design
documentation
duplicate
enhancement
fedi
fedi-infra
finance
funding
good first issue
help wanted
installer
legal
performance
proposal
question
security
test
wontfix
Everything to do with abra
Ping/pong on comms
Something is not working
Go build related issues
Getting the robots into the mix
Opening this thing up
Contributors stuff
Our main website
Design thinking required
Let's write things together
This issue or pull request already exists
New feature
Democratic decision making
Money things
Anything related to grant funding
Easy start with development
Need some help
Installation related issues
Performance related
Large change which requires feedback & decisin making
More information is needed
Securing our shit
Unit or integration test suite
This won't be fixed
Milestone
No items
No Milestone
Projects
Clear projects
No projects
Assignees
3wordchant
aadil (Aadil Ayub)
abra-bot (Abra Bot)
ammaratef45
amras (Sarma)
Apfelwurm
BornDeleuze
Brooke
carla
cas (Cassowary)
coopcloud
cyrnel
decentral1se (d1)
dede
devydave
fauno (fauno)
iexos
jade (Jade Ambrose)
jjsfunhouse
jmakdah2 (Jackie Makdah)
joe-irving (Joe Irving)
kawaiipunk (KawaiiPunk)
knoflook
kolaente
lambdabundesverband
linnealovespie (April)
moosemower
moritz
notplants
oxaliq (sorrel)
p4u1
pharaohgraphy (Andrew 🐦🔥❤️🔥✴️)
renovate-bot (Comrade Renovate Bot)
ripclap
simon
sixsmith (Sixsmith)
stevensting
trav (Trav Fryer)
val (val (he/him))
yksflip
Clear assignees
No Assignees
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: toolshed/organising#590
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
With examples, some stuff from docs, long-form, whatever seems reasonable.
From the speedrun! https://hack.allmende.io/2024-03-28-coopcloud-speedrun
Is there a way to add manpages for user commands, or do we need abra installed system-wide (as
root)?At least on my system,
manonly seems to search/usr/local/share/man/and/usr/share/man/.One possible alternative/addition could be to contribute some examples for
abratotldrWell, it seems like
urfave/clisupports this in#830and we can generate markdown and manpage formats. We could include that markdown file on docs.coopcloud.tech? 🤔As for where it should go... I was reading https://tldp.org/HOWTO/Man-Page/q2.html and https://www.baeldung.com/linux/man-pages-manual-install. Does running
manpathgive you back something that would work for "not root" user? Mine does... (Debian)Unsure what we could automate here but
wget/curl'in the files down into a user local location could be nice if it is cross platform. That's be more or less what we do for theautocompletestuff.Ah great call I tried to find a way to check that but didn't.
So obviously some stuff has found a way to add to my manpath, but
grep MAN ~/.config/bashrc ~/.bashrcturns up nothing so i've got no neat advice how to do it.V cool yeah!
spf13/cobrasupports this. I've got a working prototype in coop-cloud/abra#452 which needs some polishing. My only question is: is/usr/local/share/man/man1a reliable place to dump generated man pages across different distributions?What I'm doing so far: