Add files via upload

This commit is contained in:
2025-11-24 19:46:30 +07:00
parent 90cc6d4253
commit a7ab7103a5
365 changed files with 17881 additions and 0 deletions

16
config/nchat/app.conf Normal file
View File

@@ -0,0 +1,16 @@
assert_abort=0
attachment_prefetch=1
attachment_send_type=1
cache_enabled=1
coredump_enabled=0
downloads_dir=~/Загрузки/
emoji_list_all=0
link_send_preview=1
logdump_enabled=0
proxy_host=
proxy_pass=
proxy_port=
proxy_user=
timestamp_iso=0
use_pairing_code=0
use_qr_terminal=0

49
config/nchat/color.conf Normal file
View File

@@ -0,0 +1,49 @@
default_color_bg=0x282828
default_color_fg=0xebdbb2
dialog_attr=
dialog_attr_selected=reverse
dialog_color_bg=
dialog_color_fg=0xa89984
dialog_shaded_color_bg=
dialog_shaded_color_fg=gray
entry_attr=
entry_color_bg=
entry_color_fg=
help_attr=
help_color_bg=0x665c54
help_color_fg=0xa89984
history_name_attr=bold
history_name_attr_selected=reverse
history_name_recv_color_bg=
history_name_recv_color_fg=0x458588
history_name_recv_group_color_bg=
history_name_recv_group_color_fg=usercolor
history_name_sent_color_bg=
history_name_sent_color_fg=0xb16286
history_text_attachment_color_bg=
history_text_attachment_color_fg=0xa89984
history_text_attr=
history_text_attr_selected=reverse
history_text_quoted_color_bg=
history_text_quoted_color_fg=0xa89984
history_text_reaction_color_bg=0x383838
history_text_reaction_color_fg=gray
history_text_recv_color_bg=
history_text_recv_color_fg=
history_text_recv_group_color_bg=
history_text_recv_group_color_fg=
history_text_sent_color_bg=
history_text_sent_color_fg=
list_attr=
list_attr_selected=reverse
list_color_bg=
list_color_fg=0xa89984
listborder_attr=
listborder_color_bg=
listborder_color_fg=0xa89984
status_attr=
status_color_bg=0x665c54
status_color_fg=0x458588
top_attr=
top_color_bg=0x665c54
top_color_fg=0xa89984

1
config/nchat/debug.info Normal file
View File

@@ -0,0 +1 @@
version_used=

60
config/nchat/key.conf Normal file
View File

@@ -0,0 +1,60 @@
backspace=KEY_BACKSPACE
backspace_alt=KEY_ALT_BACKSPACE
backward_kill_word=\33\177
backward_word=\4001040
begin_line=KEY_CTRLA
cancel=KEY_CTRLC
clear=KEY_CTRLC
copy=\33\143
cut=\33\170
decrease_list_width=\33\54
delete=KEY_DC
delete_chat=\33\144
delete_line_after_cursor=KEY_CTRLK
delete_line_before_cursor=KEY_CTRLU
delete_msg=KEY_CTRLD
down=KEY_DOWN
edit_msg=KEY_CTRLZ
end=KEY_END
end_line=KEY_CTRLE
ext_call=\33\164
ext_edit=\33\145
find=\33\57
find_next=\33\77
forward_msg=\33\162
forward_word=\4001057
goto_chat=\33\156
home=KEY_HOME
increase_list_width=\33\56
jump_quoted=\33\161
kill_word=\4001006
left=KEY_LEFT
linebreak=KEY_RETURN
next_chat=KEY_TAB
next_page=KEY_NPAGE
ok=KEY_RETURN
open=KEY_CTRLV
open_link=KEY_CTRLW
open_msg=\33\167
other_commands_help=KEY_CTRLO
paste=\33\166
prev_chat=KEY_BTAB
prev_page=KEY_PPAGE
quit=KEY_CTRLQ
react=\33\163
right=KEY_RIGHT
save=KEY_CTRLR
select_contact=KEY_CTRLN
select_emoji=KEY_CTRLS
send_msg=KEY_CTRLX
spell=\33\44
terminal_focus_in=KEY_FOCUS_IN
terminal_focus_out=KEY_FOCUS_OUT
terminal_resize=KEY_RESIZE
toggle_emoji=KEY_CTRLY
toggle_help=KEY_CTRLG
toggle_list=KEY_CTRLL
toggle_top=KEY_CTRLP
transfer=KEY_CTRLT
unread_chat=KEY_CTRLF
up=KEY_UP

47
config/nchat/ui.conf Normal file
View File

@@ -0,0 +1,47 @@
attachment_indicator=📎
attachment_open_command=
away_status_indication=0
call_command=
chat_picker_sorted_alphabetically=0
confirm_deletion=1
desktop_notify_active=1
desktop_notify_command=notify-send 'nchat' '%1: %2'
desktop_notify_inactive=1
downloadable_indicator=+
emoji_enabled=1
entry_height=4
failed_indicator=✗
#file_picker_command=ranger --choosefiles='%1'
file_picker_command=yazi yazi --chooser-file='%1'
file_picker_persist_dir=1
help_enabled=1
home_fetch_all=0
linefeed_on_enter=1
link_open_command=xdg-open >/dev/null 2>&1 '%1' &
list_enabled=1
list_width=20
listdialog_show_filter=1
mark_read_on_view=1
mark_read_when_inactive=0
message_edit_command=
message_open_command=
muted_indicate_unread=1
muted_notify_unread=0
muted_position_by_timestamp=1
online_status_dynamic=1
online_status_share=1
phone_number_indicator=
proxy_indicator=🔒
reactions_enabled=1
read_indicator=✓
spell_check_command=
status_broadcast=1
syncing_indicator=⇄
terminal_bell_active=0
terminal_bell_inactive=1
terminal_title=
top_enabled=0
top_show_version=0
transfer_send_caption=1
typing_status_share=1
unread_indicator=*

View File

@@ -0,0 +1,12 @@
0xcc241d
0x98971a
0xd79921
0x458588
0x689d6a
0xfb4934
0xb8bb26
0xfabd2f
0x83a598
0xd3869b
0x8ec07c
0xebdbb2