about summary refs log tree commit diff stats
path: root/ayu.mdoc
diff options
context:
space:
mode:
Diffstat (limited to 'ayu.mdoc')
-rw-r--r--ayu.mdoc52
1 files changed, 33 insertions, 19 deletions
diff --git a/ayu.mdoc b/ayu.mdoc
index 74561bb..3ae2983 100644
--- a/ayu.mdoc
+++ b/ayu.mdoc
@@ -4,25 +4,6 @@
 .Sh NAME
 .Nm ayu
 .Nd Not-so standard unix password manager
-.Sh SYNOPSIS
-.Nm ayu
-.Op edit
-.Ar entry
-.Pp
-.Nm ayu
-.Op list
-.Pp
-.Nm ayu
-.Op new
-.Ar entry
-.Pp
-.Nm ayu
-.Op rm
-.Ar entry
-.Pp
-.Nm ayu
-.Op view
-.Ar entry
 .Sh DESCRIPTION
 My own take with password managers, this one uses
 .Xr age 1
@@ -31,6 +12,39 @@ as backend, instead of
 for encryption
 .Pp
 This program is in early status of development
+.Sh USAGE
+.Ss Add an entry
+.Nm ayu
+.Sy new
+.Em entry
+.Ss Edit an entry
+.Nm ayu
+.Sy edit
+.Em entry
+.Ss List entries
+.Nm ayu
+.Sy list
+.Ss Remove an entry
+.Nm ayu
+.Sy rm
+.Em entry
+.Ss View an antry
+.Nm ayu
+.Sy view
+.Em entry
+.Sh CAVEATS
+You have to generate your own keypair using 
+.Xr age-keygen(1)
+.Pp
+The private key should be placed on 
+.Em ~/.config/ayu/age.key
+and the public key to 
+.Em ~/.config/ayu/age.pub
+for the utility to work
+.Pp
+Side note: if the utility is invoked without any arguments, it defaults
+to listing the entries on the password store.
+.Pp
 .Sh AUTHORS
 .An Nova li Gensokyo
 .Mt novaburst@kalli.st
45' href='#n145'>145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264