Coder Social home page Coder Social logo

Man page about hr HOT 6 CLOSED

lurst avatar lurst commented on May 28, 2024
Man page

from hr.

Comments (6)

LuRsT avatar LuRsT commented on May 28, 2024

Wow, that is awesome! But how do I add that to my man files or create a way to install that to system (or just for a user at least) so that someone can do a "man hr" and get this?

from hr.

dotemacs avatar dotemacs commented on May 28, 2024

Glad you like it 😄

Try something like man -w, which should give you a list of directories where the man files are kept.

So for example under /usr/share/man you'll find man1 directory. Create a file under it called hr.1, then run

man hr

That should display the man page. 😄

If it doesn't, capture the output/describe the error and I'll try to help you out.

Let me know how you get on.

from hr.

dotemacs avatar dotemacs commented on May 28, 2024

Try adding this Makefile to your project:

prefix = /usr/local

install:
        cp hr $(prefix)/bin/
        cp hr.1 $(prefix)/man/man1/

The users can then just run:

make install

to install it.

And if they don't like the /usr/local as the location, they can edit the variable prefix to their liking.

from hr.

LuRsT avatar LuRsT commented on May 28, 2024

Hi @dotemacs, awesome!

Can you send me a pull request with that Makefile, and the hr.1 as well, so I can give you proper credit?

Cheers!

from hr.

dotemacs avatar dotemacs commented on May 28, 2024

Sure, coming up...

from hr.

LuRsT avatar LuRsT commented on May 28, 2024

I'm gonna close this issue since I merged the pull request :)

from hr.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.