Мы используем Makefile думая, что нет альтернатив, что это стандарт и всё такое.
Но make это не запускалка команд, а система сборки. Мы фактически используем его не по назначению.
И на самом деле альтернатива есть! Некоторое время назад я открыл для себя прекрасный инструмент - just. Он решает все проблемы make.
just - это не система сборки как make, это именно исполнитель команд!
Больше никаких Phony Targets и табуляций, привет нормальный синтаксис и передача аргументов!!! 😎
⭐️Что умеет just:
✅ Автодокументирование команд
Не нужно делать отдельную команду с докой, просто добавь комментарий
# команда сборки
build:
...
$ just --list
Available recipes:
build # команда сборки
Команда с именем default запускается по умолчанию если не указано другое, так что я обычно делаю так:
default:
just --list
Теперь просто выполняем just и получаем доку из текущего файла.
✅ Удобная работа с переменными окружения
# загрузить из .env
set dotenv-load
# глобальная переменная
export PYTHONPATH := "./src"
# переменная для команды
test $TESTUNG="true":
pytest
✅ Передача аргументов
build target:
@echo 'Build {{target}}...'
команда запуска
$ just build dev
# Build dev...
✅ Выбор интерпретатора прямо в команде
Пример с инлайн-скриптом на python:
system:
#!/usr/bin/env python3
import platform
print(platform.system())
Эта же функция позволит выполнить скрипт как одну команду вместо перезапуска шела для каждой строки
foo:
#!/usr/bin/env sh
for file in ls .; do
echo $file
done
✅ Выполнение команды в определенной директории. Можно указать как релятивный путь так и абсолютный
[working-directory: 'backend']
build:
docker compose build
Также можно задать рабочую директорию глобально
Там еще много интересного:
- поддержка функций
- автокомплиты и интеграции
- экспрешены
- алиасы команд
- группировка команд
- альтернативы команды под разные ОС
- импорт других just-файлов
- цветной вывод
- ... и другие штуковины!
Так что вперёд - ➡️ читать доку!
Репозиторий: ➡️https://github.com/casey/just
Статья: ➡️https://www.chicks.net/reference/file_formats/just/
ЗЫ. Кажется, на Makefile я уже не вернусь)
#tools
In 2016, Malise Ruthven cited Marc Lynch's book The New Arab Wars: uprising and Anarchy in the Middle East, describing the Syrian opposition as "hopelessly fragmented" due to "tribalism" and reliance on various foreign donors. . Lynch described the Free Syrian Army as little different than "a combination of local defense forces, ideologies and self-interested warlords." "The command and control it can actually exercise is extremely limited and insignificant. Ability to formulate and execute a coherent military strategy.
#Syrian
Prior to the #Syrian civil war, the country produced 385 thousand barrels of oil per day, however, now the #SyrianDemocratic#Forces produce 100 thousand BPD despite controlling less land.
Circulated videos from #Syria show U.S. military trucks delivering cement blocks to Ain al-Arab amid clashes between the #Syrian National Army and Syrian Democratic Forces.
Circulated videos showed the new #Syrian Minister of Justice performing a public execution of a woman in #Idlib in 2015, raising calls for replacing him.
A group of #Israeli soldiers shot a young Syrian man dead, in a first-of-its-kind incident following Israel’s invasion of Southern #Syria.
The incident took place in the #Syrian village of Ma’araya, located outside of the Israeli-Syrian buffer zone.
The soldiers shot at the man during a protest against the #Israeli presence held by citizens of the village.
Vanessa Beeley
@VanessaBeeley
"Meet #Syrian pharmacist Lilian Aoudi, #murdered by apartheid #Israel last night in Damascus. Rest in peace, dear #martyr. We will never forget." Fares Shehabi
@ShehabiFares
@skhanzadeh_ir
فناوری برای بشریت
The Israeli Army has taken over all military and strategic sites in #Quneitra in #Syria, effectively controlling 95% of the area.
The #Israeli forces took control over the Yarmouk riverbed and Al-Wahda water dam, a crucial source of water for #Jordan, which also provided electricity for Syria.
So far, Israel’s forces seized over 400 square kilometers of #Syrian lands.
❗️#Syria: Brutal Turkish Aggression on Syrian Territory Amid Arab Silence
In the early hours of today, #Turkish Bayraktar armed drones violated the sovereign airspace of the Syrian Republic and carried out heavy strikes on three populated Syrian towns and villages that are not border areas and it's is located west of the #Euphrates . These attacks exposed Syrian civilians to serious danger and constitute a blatant assault on Syria's sovereignty and on the dignity and safety of #Syrian citizens.
These violations, contrary to international law and Syrian law, took place amid complete silence from the al-Jolani terrorist regime. Observers describe this silence as indicating complicity between the Jolani authority and Turkey's ruling AKP Party, which occupies parts of Syrian territory. The attacks were also met with Arab silence, a lack of condemnation, and widespread Arab media blackout.
The Syrian Democratic Forces (#SDF) stated in official statements that the aggression included:
Two separate drone strikes on the town of Maskanah, and Another strike on the village of Al‑Bu‘asi, in the countryside of Al‑Tabqa, Raqqa Governorate.
These attacks represent a dangerous escalation and a clear act of external military aggression against civilians inside Syrian territory.