From 8ac77308f47057773ac544ad45c7729dd2908908 Mon Sep 17 00:00:00 2001 From: Squibid Date: Thu, 19 Dec 2024 11:45:52 -0600 Subject: add man page --- XD.1 | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 XD.1 (limited to 'XD.1') diff --git a/XD.1 b/XD.1 new file mode 100644 index 0000000..ec4da56 --- /dev/null +++ b/XD.1 @@ -0,0 +1,42 @@ +.Dd December 19, 2024 +.Dt XD 1 +.Sh NAME +.Nm XD +.Nd smiley face to explain info on the shell +.Os +.Sh SYNOPSIS +.Nm +.Op Fl v +.Sh DESCRIPTION +.Nm +Displays information using a smiley face like so: :) +to interpret it refer to the following tables: +.Ss Eyes +.TS +tab(;) allbox; +c;l. + :;default + \;;in a git repo + 8;in a git repo with stashed changes + B;in a git repo with no commits +.TE +.Ss Nose +.TS +tab(;) allbox; +c;l. + ;default + *;current git repo has staged changes + ^;current git repo has untracked changes + -;git repo's HEAD is detached +.TE +.Ss Mouth +.TS +tab(;) allbox; +c;l. + |;no signal provided + );previous signal is 0 + O;SIGINT sen't (Ctrl-c) + P;permission denied + /;command not found + (;previous signal is failure +.TE -- cgit v1.2.1