Sources:
- https://askubuntu.com/questions/1417245/nautilus-compare-on-22-04
- https://gist.github.com/Erriez/08f461cb8a8fc6872426f3b5f2e268ae
$ sudo apt-get install python3-nautilus
#!/usr/bin/env python3 | |
# MIT License | |
# | |
# Copyright (c) 2023 Erriez | |
# | |
# Permission is hereby granted, free of charge, to any person obtaining a copy | |
# of this software and associated documentation files (the "Software"), to deal | |
# in the Software without restriction, including without limitation the rights | |
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |