Open MajoranaOedipus opened 3 years ago
The python package included with Termux is explicitly built without os.link
support because hardlink support on android is sketchy. atomicwrites
in turn uses os.link
. We could add detection for edge cases, but I think this would be better handled upstream. Ideally in android.
Thanks for this great piece of software. It is a pity that support for hard links is broken in Android. I wish to know if there is any risk using this hack with Khal in Termux? https://karobben.github.io/2022/05/02/Blog/khal/
I installed khal on
Termux
of my Android phone (EMUI 10.0.0
) viapip install khal
, and created a config file following the instruction.khal calendar
works. After setting the default calendar, I triedkhal new 13:30 lunch
and I got these:And the following is what I wrote in my config file:
I don't know if it is about the OS. Please help me!