{"id":22495155,"url":"https://github.com/hacimertgokhan/denis-cli","last_synced_at":"2025-03-27T21:16:08.041Z","repository":{"id":263990185,"uuid":"892015473","full_name":"hacimertgokhan/denis-cli","owner":"hacimertgokhan","description":"Manage your denisdb with Denis CLI","archived":false,"fork":false,"pushed_at":"2024-11-23T14:27:31.000Z","size":82918,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-01T23:37:56.094Z","etag":null,"topics":["cli","denis","denisdb","rust-cli","rust-cli-apps"],"latest_commit_sha":null,"homepage":"","language":"Makefile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hacimertgokhan.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-21T11:12:49.000Z","updated_at":"2024-11-23T14:27:35.000Z","dependencies_parsed_at":"2024-11-21T17:00:18.975Z","dependency_job_id":null,"html_url":"https://github.com/hacimertgokhan/denis-cli","commit_stats":null,"previous_names":["hacimertgokhan/denis-cli"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacimertgokhan%2Fdenis-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacimertgokhan%2Fdenis-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacimertgokhan%2Fdenis-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hacimertgokhan%2Fdenis-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hacimertgokhan","download_url":"https://codeload.github.com/hacimertgokhan/denis-cli/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245924507,"owners_count":20694730,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cli","denis","denisdb","rust-cli","rust-cli-apps"],"created_at":"2024-12-06T19:25:49.100Z","updated_at":"2025-03-27T21:16:07.974Z","avatar_url":"https://github.com/hacimertgokhan.png","language":"Makefile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DenisDB CLI\n\nDenisDB, bellek tabanlı ve protobuff destekli veritabanı yönetimi sağlayan bir veritabanı dilidir. Bu CLI aracılığıyla DenisDB'yi yönetebilir ve çeşitli veritabanı işlemlerini gerçekleştirebilirsiniz.\n\n## Komutlar / Commands\n\n### Genel Bilgi / General Info\n\n- `--version`:  \n  **Türkçe:** Sürüm bilgilerini gösterir.  \n  **English:** Displays version information.\n\n- `--about`:  \n  **Türkçe:** Veritabanı hakkında bilgi verir.  \n  **English:** Provides information about the database.\n\n### Bellek Kullanımı / Memory Usage\n\n- `--mu`:  \n  **Türkçe:** DenisDB'nin bellek kullanımını izlersiniz.  \n  **English:** Monitors the memory usage of DenisDB.\n\n- `--lm`:  \n  **Türkçe:** DenisDB'nin bellek kullanımını süreç yapısı şeklinde izlersiniz.  \n  **English:** Monitors the memory usage of DenisDB in a process structure.\n\n### Token Yönetimi / Token Management\n\n- `--token`:  \n  **Türkçe:** Veri tokenleri kullanımı.  \n  **English:** Token usage management.\n    - `-l`:  \n      **Türkçe:** Token listesini önizler.  \n      **English:** Previews the list of tokens.\n    - `-c`:  \n      **Türkçe:** Yeni bir token (veri bölümü) oluşturur.  \n      **English:** Creates a new token (data section).\n    - `-i`:  \n      **Türkçe:** Tokenler (veri bölümleri) hakkında bilgi verir.  \n      **English:** Provides information about tokens (data sections).\n\n### Konfigürasyon / Configuration\n\n- `--opt`:  \n  **Türkçe:** DenisDB'nin ayarlarını ve kullanıcı tercihlerini hızlıca değiştirir.  \n  **English:** Quickly changes DenisDB settings and user preferences.\n    - `-lang:`  \n      **Türkçe:** Dil seçeneklerini belirler.  \n      **English:** Changes language settings.\n        - `-slfs \u003ctr,en\u003e`:  \n          **Türkçe:** Sadece aktif oturum boyunca dil değişikliği yapar.  \n          **English:** Changes the language for the current session only.\n        - `-slfg \u003ctr,en\u003e`:  \n          **Türkçe:** Tüm oturumlar için kalıcı bir dil değişikliği yapar.  \n          **English:** Changes the language permanently for all sessions.\n    - `-smts \u003cSayı\u003e`:  \n      **Türkçe:** Maksimum oluşturulabilir token (veri bölümü) miktarını ayarlar.  \n      **English:** Sets the maximum number of tokens (data sections) that can be created.\n    - `-ctea \u003ct/f\u003e`:  \n      **Türkçe:** Seçilen token için her girişte yeni token sistemini aktif/pasif yapar.  \n      **English:** Activates/deactivates the new token system on every entry for the selected token.\n    - `-umte \u003ct/f\u003e`:  \n      **Türkçe:** Genel token sistemini aktif/pasif yapar. (Not: Bu seçenek aktif edildiğinde ana token ile tüm projelere erişim sağlanabilir.)  \n      **English:** Activates/deactivates the global token system. (Note: When activated, the main token grants access to all projects.)\n\n### Çıkış / Exit\n\n- `--exit`:  \n  **Türkçe:** Manuel moddan çıkış yapar.  \n  **English:** Exits the manual mode.\n\n---\n\n## Manuel Değişiklikler / Manual Changes\n\n**Türkçe:**  \nYukarıdaki komutlar ile yapılan tüm değişiklikler manuel olarak da yapılabilir, işlemler `denis.properties` dosyasına kaydedilir.\n\n**English:**  \nAll changes made using the above commands can also be done manually, and the operations are saved in the `denis.properties` file.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacimertgokhan%2Fdenis-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhacimertgokhan%2Fdenis-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhacimertgokhan%2Fdenis-cli/lists"}