pwman

Check-in [91957153ef]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Merge branch 'manualheaven' into tweaks
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | origin/tweaks | trunk
Files: files | file ages | folders
SHA3-256: 91957153ef2553de5a12a77775941ac6fa6535f855738c945f7297237045c445
User & Date: base@atomicules.co.uk 2014-05-15 22:23:27.000
Context
2017-08-19
15:04
Add ruler below password to aid visual selection of individual chars

Been meaning to do this for AGES and I just never got around to it (I
always assume doing anything in C is going to be hard and it's just not
always the case). Anyway, did today.

This just adds a ruler/counter below the password field like so:

Password: djdhhfhfkjhfuwhuifbvcnotrealmdsnwehbweha
1234567890123456789012345678901234567890

Which is a huge help for logins that say something along the lines of
"Enter character 15, 23 and 31".

God knows why I still use this password manager. Securty through
obscurity I guess. Leaf check-in: 8ed8a2d99f user: base@atomicules.co.uk tags: trunk, tweaks

2014-05-15
22:23
Merge branch 'manualheaven' into tweaks Leaf check-in: 91957153ef user: base@atomicules.co.uk tags: origin/tweaks, trunk
22:18
Remove file that isn't used anyway

Just never knew that until moved away from autohell Leaf check-in: 29163ef9b2 user: base@atomicules.co.uk tags: manualheaven, trunk

2014-05-13
20:40
Avoid getting stuck in a loop when moving items

I have a habit of hitting m instead of M and then getting stuck in a
loop of "Sublist does not exist, try again" because there is no sublist
I can move to. Although the code is meant to allow you to break out of
this by pressing return (the answer[0] bit) it doesn't work for me
(perhaps because of the changes I made on ui_statusline_ask_str that
restore values on return?).

So instead of running it in a loop, just run it once on keypress - it's
not exactly a hassle to run it again if I do actually want to move an
item and type it wrong. check-in: 84a89d1e8e user: base@atomicules.co.uk tags: origin/tweaks, trunk

Changes
Unified Diff Side-by-Side Diff Patch
Changes to .gitignore.
Added Makefile.
Deleted Makefile.am.
Deleted aclocal.m4.
Added actions.c.
Deleted bootstrap.
Added config.h.
Deleted config.h.in.
Added config.mk.
Deleted configure.ac.
Added convert_pwdb.c.
Deleted debian/changelog.
Deleted debian/control.
Deleted debian/copyright.
Deleted debian/rules.
Deleted doc/Makefile.am.
Deleted doc/pwman.1.
Added filter.c.
Added gnupg.c.
Added gnupg.h.
Added help.h.
Deleted install-sh.
Added launch.c.
Added misc.c.
Deleted missing.
Deleted mkinstalldirs.
Added options.c.
Added pwdb2csv.c.
Added pwgen.c.
Added pwlist.c.
Added pwman.1.
Added pwman.c.
Added pwman.h.
Deleted pwman.spec.in.
Added search.c.
Deleted src/.deps/actions.P.
Deleted src/.deps/conff.P.
Deleted src/.deps/edit.P.
Deleted src/.deps/launch.P.
Deleted src/.deps/list.P.
Deleted src/.deps/options.P.
Deleted src/.deps/pwlist.P.
Deleted src/.deps/pwman.P.
Deleted src/.deps/pwminder.P.
Deleted src/.deps/ui.P.
Deleted src/.deps/uilist.P.
Deleted src/Makefile.am.
Deleted src/actions.c.
Deleted src/convert_pwdb.c.
Deleted src/filter.c.
Deleted src/gnupg.c.
Deleted src/gnupg.h.
Deleted src/help.h.
Deleted src/import_export.c.
Deleted src/launch.c.
Deleted src/misc.c.
Deleted src/options.c.
Deleted src/pwdb2csv.c.
Deleted src/pwgen.c.
Deleted src/pwlist.c.
Deleted src/pwman.c.
Deleted src/pwman.h.
Deleted src/search.c.
Deleted src/ui.c.
Deleted src/ui.h.
Deleted src/uilist.c.
Deleted stamp-h.in.
Added ui.c.
Added ui.h.
Added uilist.c.