Thomas Vogt
dcfef8bedd
README version 1.1.0
1.1.0
2019-02-07 12:22:16 +01:00
Thomas Vogt
007366dd14
Merge pull request #32 from eklitzke/flake8
...
minor changes to passff.py to conform to flake8
2019-02-07 12:21:31 +01:00
Thomas Vogt
a61e0fbd48
Merge pull request #26 from shtrom/makefile-fixes
...
Makefile fixes
2019-02-07 12:20:06 +01:00
Thomas Vogt
0159523c30
Merge branch 'master' into makefile-fixes
2019-02-07 12:19:52 +01:00
Thomas Vogt
4e74463180
Merge pull request #33 from LucidOne/otp-support
...
Host app support for OTP
2019-02-05 13:21:08 +01:00
Lucid One
b8ea131be9
Host app support for [pass-otp]( https://github.com/tadfisher/pass-otp )
2019-02-05 01:47:41 -05:00
Evan Klitzke
968efdaeaa
minor changes to passff.py to conform to flake8
2019-01-15 09:51:21 -08:00
5bentz
6822932166
Install script: Add an example in usage(), fix #31
2018-12-09 10:23:51 +01:00
Thomas Vogt
0ad769041c
More explicit explanation of browser name argument
2018-12-08 10:35:33 +01:00
Olivier Mehani
8d9dd7a9c3
fixup! fixup! fixup! Makefile fixes
2018-09-12 11:46:25 +10:00
Olivier Mehani
5efd2a9320
fixup! fixup! Makefile fixes
2018-09-10 08:33:00 +10:00
5bentz
8533ed9f23
Explicitly call pass show
, fix #27
2018-09-07 22:39:21 +02:00
Olivier Mehani
e1b2bc7c41
fixup! Makefile fixes
2018-08-23 22:37:15 +10:00
Olivier Mehani
e495e11e3b
Makefile fixes
...
* Move to the root of the repo
* Make the install script executable
* Add install targets to the Makefile (defaults to install-unix,
install-windows not actually tested)
* Update doc
Signed-off-by: Olivier Mehani <olivier.mehani@learnosity.com>
2018-08-23 14:33:53 +10:00
5bentz
8c2d02eccb
Update README for 1.0.2 release
2018-07-07 23:22:38 +02:00
Thomas Vogt
0982aeaf96
Merge pull request #24 from 5bentz/fix_double_quotes
...
Prevent globbing of file paths
1.0.2
2018-06-22 17:44:35 +02:00
5bentz
67877fe123
Prevent globbing of file paths
2018-06-22 00:54:20 +02:00
Thomas Vogt
17870e4f58
Merge pull request #22 from 5bentz/documentation_update
...
Documentation update
2018-06-17 16:47:30 +02:00
5bentz
8c5adb0d1e
Doc: Improve Preferences section w/ more details
2018-06-03 17:35:31 +02:00
5bentz
0fef007371
Doc: Add Advanced Troubleshooting section
...
- Debugging mode (in PassFF)
- Version check
- Output check
2018-06-03 17:35:26 +02:00
5bentz
5911e4b425
Doc: Add Troubleshooting section
...
It provides guidelines to fix the following issues:
- Script execution failed
* Remove old installations
* Reinstall
* Check the host-app is installed correctly
- PassFF is not working and takes 99% CPU
* Check the PATH variable
2018-06-03 17:34:35 +02:00
5bentz
77402286ba
Doc: Improve Installation section
...
- Add a subsection title 'Linux, MacOS, * BSD' for clarity
- Add a link to the documentation of Firefox on NativeMessaging
- Add both manifest locations on OSX: Per-user & System-wide
2018-06-03 17:34:35 +02:00
5bentz
36092b3c9a
Doc: Add Dependencies section, close #17
2018-06-03 17:34:35 +02:00
Thomas Vogt
fc99c2c875
Escape @ characters in paths for use with sed, fix #13
2018-04-05 11:26:30 +02:00
Thomas Vogt
7217711743
Merge pull request #8 from shtrom/osx-install
...
Install a functional host helper on OS X
2018-04-04 09:13:00 +02:00
Olivier Mehani
5799795fe5
Don't rely on sed's OS-specific behaviour
...
Signed-off-by: Olivier Mehani <olivier.mehani@learnosity.com>
2018-04-04 11:02:22 +10:00
Olivier Mehani
77f8dbbd66
Be POSIX sh compatible
...
Signed-off-by: Olivier Mehani <olivier.mehani@learnosity.com>
2018-04-04 11:02:21 +10:00
Olivier Mehani
e9c729e071
Install a functional host helper on OS X
...
Signed-off-by: Olivier Mehani <olivier.mehani@learnosity.com>
2018-04-04 11:02:20 +10:00
Thomas Vogt
d26f22d6e7
Merge pull request #10 from khinsen/fix-for-macos
...
Make sed usage compatible with BSD-style seds
2018-04-01 10:28:37 +02:00
Thomas Vogt
ab8125d7b6
Merge pull request #12 from vizv/fix-sed-issue
...
Fix: Use in-place edit option that works for Linux, macOS, and OpenBSD
2018-04-01 10:26:53 +02:00
Wenxuan Zhao
d0527d80ba
Fix: Use in-place edit option that works for Linux, macOS, and OpenBSD
...
Signed-off-by: Wenxuan Zhao <viz@linux.com>
2018-03-31 20:06:03 -07:00
Thomas Vogt
bbf47a4443
Merge pull request #11 from 5bentz/patch-1
...
Create ISSUE_TEMPLATE.md
2018-03-30 21:06:21 +02:00
5bentz
5ad941cc46
Create ISSUE_TEMPLATE.md
...
Follows 103d43047f
2018-03-30 16:38:07 +02:00
Konrad Hinsen
25b238ea14
Make sed usage compatible with BSD-style seds
2018-03-30 15:58:21 +02:00
Thomas Vogt
1feab77c59
Merge pull request #4 from wezm/bsd-macos-compat
...
Fix syntax error using BSD flavored sed for macOS and BSD
2018-03-25 22:51:16 +02:00
Wesley Moore
9a364e1c6b
Use BSD style sed for BSD systems as well as macOS
2018-03-26 07:31:05 +11:00
Wesley Moore
827b71dad6
Fix syntax error using BSD flavored sed for macOS
2018-03-26 07:04:07 +11:00
Thomas Vogt
7821b0bd51
Merge pull request #3 from 5bentz/fix_stdin_test
...
Fix stdin test
2018-03-25 21:54:38 +02:00
5bentz
b3ce9e77dd
Pref vars to uppercase (Pythonic constants)
2018-03-25 19:13:37 +02:00
5bentz
ac4b33830a
Rewrite subprocess run (Python >= 3.5)
2018-03-25 17:49:14 +02:00
5bentz
799507372c
Fix stdin test & rename it for prevention
2018-03-25 17:44:24 +02:00
Thomas Vogt
cf2db9e005
v1.0.1
1.0.1
2018-03-24 18:47:13 +01:00
Thomas Vogt
c23d21b0a6
Separate positional from optional arguments
2018-03-24 18:45:58 +01:00
Thomas Vogt
f8321af2d2
Initial commit.
1.0
2018-03-24 12:42:44 +01:00