Karl Voit
778a2de5a0
switching from poetry to uv and pyproject.toml
2025-11-16 11:53:05 +01:00
Karl Voit
5465aa8179
last version of setup.py before switching to uv and pyproject.toml
2025-11-16 11:52:23 +01:00
Karl Voit
99859dd4f8
added logging of CLI options
2025-11-16 11:22:31 +01:00
nbehrnd
5c259f953e
Merge pull request #79 from nbehrnd/update_codeql-analysis
...
Update codeql analysis' unitary operations to version 3
2025-10-07 23:46:57 +02:00
Norwid Behrnd
4a0cd79dd8
test(codeql-analysis.yml): update elementary actions
...
Elementary actions were updated according to reference pages[1,2]
published January 18, 2023 and January 10, 2025, respectively to
contemporary version 3.
[1] https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/
[2] https://github.blog/changelog/2025-01-10-code-scanning-codeql-action-v2-is-now-deprecated/
Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
2025-10-07 23:38:17 +02:00
Norwid Behrnd
d798a9bfda
test(codeql-analsis.yml): extend scope to a dev branch
...
To ease testing prior to the merge into the default branch, the
scope is extended to a (temporary) dev branch (if used).
Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
2025-10-07 22:58:39 +02:00
nbehrnd
2ee46eb992
Merge pull request #78 from nbehrnd/py310+
...
relax constraint on Python interpreter
2025-10-07 15:19:24 +02:00
Norwid Behrnd
ea3d72584c
docs(README.org): description of pip install from GitHub
...
The installation with pip in reference to the blessed GitHub
repository is described.
Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
2025-10-07 15:01:11 +02:00
Norwid Behrnd
5b2fd74ad3
docs(pyproject.toml): sort sequence of PyPI classifiers
...
For easier maintenance of pyproject.toml, the sequence of PyPI now
follows the reference page, <https://pypi.org/classifiers/ >.
Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
2025-10-07 15:00:08 +02:00
Norwid Behrnd
6b9703237a
build: git-rm requirements.txt
...
The dependencies already are described by file pyproject.toml.
Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
2025-10-07 14:55:51 +02:00
Norwid Behrnd
50f9074a86
fix(pyproject.toml): allow use in Python 3.10+ in Windows
...
The constraint regarding the Python interpreter was softened. An
installation in Windows now automatically collects and installs
pypiwin32, too. For now, inclusion of file README.org into the
wheel is blocked.
Signed-off-by: Norwid Behrnd <nbehrnd@yahoo.com>
2025-10-07 14:51:04 +02:00
Karl Voit
b042bd2031
README: added GUI screenshot image
2025-09-15 13:27:03 +02:00
Karl Voit
833b39b001
gui: fixed wrong size of vocabulary
2025-09-03 15:21:42 +02:00
Karl Voit
b2e03031a6
initial documentation of --gui parameter; fixed README
2025-09-02 17:12:25 +02:00
Karl Voit
107644c91e
initial documentation of --gui parameter
2025-09-02 17:11:09 +02:00
Karl Voit
030ba85c19
first beta version of --gui parameter; still missing documentation
2025-09-02 16:44:33 +02:00
Karl Voit
0d5246aa3e
pyproject.toml: added mandatory requires-python dependency for uv
2025-09-02 16:44:04 +02:00
Karl Voit
699055b813
pyproject.toml after migration from poetry to uv
2025-09-02 13:18:30 +02:00
Karl Voit
e0a2135877
added pyproject.toml during migration from poetry to uv
2025-09-02 13:17:07 +02:00
Karl Voit
025d63a6cd
extended gitignore
2025-09-02 13:10:43 +02:00
Karl Voit
9402dc9c60
Merge pull request #56 from MyFedora/fix/directory-emptiness-check
...
Skip directory emptiness check for known tagtrees directories
2025-05-10 11:08:55 +02:00
Karl Voit
577393c818
Merge branch 'master' into fix/directory-emptiness-check
2025-05-10 11:08:37 +02:00
Karl Voit
b84bfaf461
Merge pull request #72 from MoritzBoehme/include_other_files
...
feat: add .filetags syntax for including other files
2024-08-26 18:09:21 +00:00
Moritz Böhme
a60aca7c36
feat: add .filetags syntax for including other files
2024-08-26 12:32:43 +02:00
Karl Voit
da97bb00e5
bugfix with lnk files; fixes #69
2024-06-28 16:57:00 +02:00
Karl Voit
a7f4d58998
fixed typo
2024-01-13 18:29:31 +01:00
Karl Voit
3cee1ffba4
fix missing --overwrite for tagtrees
2023-11-10 18:45:08 +01:00
Karl Voit
8071a9f44f
Adding the --overwrite option; fixes #65
2023-10-31 11:20:50 +01:00
Karl Voit
e5ca3cfdd5
Merge pull request #63 from DeutscheGabanna/nautilus-integration-help
...
Nautilus integration explained
2023-10-29 15:20:55 +01:00
DeutscheGabanna
f885d8843e
nautilus integration explained
2023-10-29 15:06:13 +01:00
Karl Voit
eee57a1327
README: added rangement link
2023-09-30 10:42:46 +02:00
Karl Voit
b0ec6ae8c4
fixes issue when tagging files outside of current directory; fixes #60
2023-08-28 19:05:48 +02:00
Karl Voit
281ac61c03
added test_tag_file_in_subdir() but it doesn't show issue from #60
2023-08-28 19:04:53 +02:00
Lukas Haigner
29555f4b77
Skip directory emptiness check for known tagtrees directories #55
2023-08-02 22:48:52 +02:00
Karl Voit
6e4ffedb62
README: added xkcd 2173
2023-07-29 22:28:57 +02:00
Karl Voit
5517e39fd6
README: added xkcd 2173
2023-07-29 22:28:26 +02:00
Karl Voit
ca87aaf067
Merge pull request #53 from icychkn/master
...
Added check to avoid stty error when stdin is redirected
2023-06-19 15:03:57 +02:00
icychkn
c50b0d8def
fixed misleading comment, error is not unrecoverable, nor does it halt
...
the program.
2023-06-19 00:30:09 -04:00
icychkn
40935ad6dc
Added a check before the call to stty that ensures the stdin is a terminal,
...
and applies the fallback values if not.
2023-06-19 00:20:21 -04:00
Karl Voit
e5da313c41
Merge pull request #52 from nbehrnd/notes
...
add crosslink to denote
2022-12-14 14:32:57 +01:00
Norwid Behrnd
70dafeb084
add crosslink to denote
...
There already is a section about tools conceptually related to
filetags. Thus, Protesilaos Stavrou's denote to facilitate the
management of notes within a buffer of Emacs may complement well
the toolbox of users of filetags.
2022-12-14 11:47:11 +01:00
Karl Voit
c68a7aa024
README: tests for Github orgdown rendering
2022-10-14 12:48:40 +02:00
Karl Voit
87b360d326
README: tests for Github orgdown rendering
2022-10-14 12:47:32 +02:00
Karl Voit
a997bf3925
README: tests for Github orgdown rendering
2022-10-14 12:46:09 +02:00
Karl Voit
1497199276
README: tests for Github orgdown rendering
2022-10-14 12:43:23 +02:00
Karl Voit
b84ff93479
README: tests for Github orgdown rendering
2022-10-14 12:41:07 +02:00
Karl Voit
58f1f66737
Merge pull request #50 from nbehrnd/pyreadline
...
replace an outdated requirement by a new one
2022-10-05 23:13:57 +02:00
Norwid Behrnd
5b42c3dc6b
replace an outdated requirement by a new one
...
The installation of the previous version in Windows 10 and Python
3.10.X did not yield a functional application. According to a
discussion on python-forum.de[1], the likely cause to not offer an
input mask for a user-defined tag was the outdated requirement
pyreadline now substituted by pyreadline3.
[1] https://www.python-forum.de/viewtopic.php?p=411134#p411134
2022-10-05 22:25:02 +02:00
Karl Voit
7f032392cb
README.org: Nautilus integration
2022-09-13 10:15:37 +02:00
Karl Voit
56341b7b69
Integration.org: Nautilus integration
2022-09-13 10:12:22 +02:00